Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryStoreCacheStore<K,V>
A CacheStore that sits directly on top of a BinaryStore.
|
static class |
CacheLoaderCacheStore.Iterable<K,V>
An extension to the CacheLoaderCacheStore that implements the
IterableCacheLoader interface.
|
class |
MapCacheStore<K,V>
A CacheStore that sits directly on top of a Map.
|
Constructor and Description |
---|
CacheStoreMap(BackingMapManagerContext ctx,
IterableCacheLoader loader)
Construct a read-only CacheStoreMap.
|
Iterable(IterableCacheLoader<K,V> loader)
The CacheLoader to delegate to.
|