Uses of Class
com.tangosol.net.cache.AbstractCacheStore
-
Packages that use AbstractCacheStore Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of AbstractCacheStore in com.tangosol.net.cache
Subclasses of AbstractCacheStore in com.tangosol.net.cache Modifier and Type Class Description 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.
-