Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
Modifier and Type | Method and Description |
---|---|
<K,V> NamedCache<K,V> |
ConfigurableCacheFactory.ensureCache(String sCacheName,
ClassLoader loader,
NamedCache.Option... options)
Ensure an cache for the given name, classloader and options.
|
<K,V> NamedCache<K,V> |
ExtensibleConfigurableCacheFactory.ensureCache(String sCacheName,
ClassLoader loader,
NamedCache.Option... options) |
<K,V> NamedCache<K,V> |
DefaultConfigurableCacheFactory.ensureCache(String sCacheName,
ClassLoader loader,
NamedCache.Option... options)
Deprecated.
Ensure an cache for the given name, classloader and options.
|
static <K,V> NamedCache<K,V> |
CacheFactory.getCache(String sName,
ClassLoader loader,
NamedCache.Option... options)
Return an instance of a cache configured by the current ConfigurableCacheFactory
with a specific
ClassLoader and NamedCache.Option s
This helper method is a simple wrapper around the
ConfigurableCacheFactory.ensureCache(String, ClassLoader, NamedCache.Option...) |
<K,V> NamedCache<K,V> |
Session.getCache(String sName,
NamedCache.Option... options)
|
static <K,V> NamedCache<K,V> |
CacheFactory.getCache(String sName,
NamedCache.Option... options)
Return an instance of an cache configured by the current ConfigurableCacheFactory,
using the specified
NamedCache.Option s. |
<K,V> NamedCache<K,V> |
CoherenceSession.getCache(String sName,
NamedCache.Option... options) |
Modifier and Type | Interface and Description |
---|---|
interface |
TypeAssertion<K,V>
Defines a
NamedCache.Option for asserting the type
of keys and values used with a NamedCache . |
Modifier and Type | Class and Description |
---|---|
static class |
TypeAssertion.WithTypesAssertion<K,V> |