Uses of Class
com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
-
Packages that use ReadWriteBackingMap.CacheStoreWrapper Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of ReadWriteBackingMap.CacheStoreWrapper in com.tangosol.net.cache
Subclasses of ReadWriteBackingMap.CacheStoreWrapper in com.tangosol.net.cache Modifier and Type Class Description class
VersionedBackingMap.CacheStoreWrapper
Deprecated.A wrapper around the original CacheStore to allow operations to be overridden and extended.Methods in com.tangosol.net.cache that return ReadWriteBackingMap.CacheStoreWrapper Modifier and Type Method Description protected ReadWriteBackingMap.CacheStoreWrapper
VersionedBackingMap. instantiateCacheStoreWrapper(CacheStore store)
Deprecated.Factory pattern: Instantiate a CacheStore wrapper around the passed CacheStore.
-