Uses of Class
com.tangosol.net.cache.CachingMap
-
Packages that use CachingMap Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of CachingMap in com.tangosol.net.cache
Subclasses of CachingMap in com.tangosol.net.cache Modifier and Type Class Description class
NearCache<K,V>
A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.class
VersionedNearCache
Deprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementation
-