| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCacheStore<K,V>
An abstract base class for the JCache CacheLoader. 
 | 
class  | 
BinaryStoreCacheStore<K,V>
A CacheStore that sits directly on top of a BinaryStore. 
 | 
class  | 
CacheLoaderCacheStore<K,V>
A read-only CacheStore that wraps a CacheLoader. 
 | 
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. 
 | 
static class  | 
ReadWriteBackingMap.CacheLoaderCacheStore
A CacheStore wrapped around a CacheLoader. 
 |