Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap
Package
Description
Contains interfaces and classes related to the Caffeine backing map implementation.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
-
Uses of ConfigurableCacheMap in com.oracle.coherence.caffeine
-
Uses of ConfigurableCacheMap in com.tangosol.net
Modifier and TypeMethodDescriptionprotected void
DefaultConfigurableCacheFactory.configureUnitCalculator
(XmlElement xmlCache, ConfigurableCacheMap cache, DefaultConfigurableCacheFactory.CacheInfo info, BackingMapManagerContext context, ClassLoader loader) Deprecated.Configure a UnitCalculator for the specified ConfigurableCacheMap. -
Uses of ConfigurableCacheMap in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
A LocalCache implementation that supports the JCache API, CacheLoader and CacheStore objects.class
A version of SerializationMap that implements an LRU policy.Modifier and TypeMethodDescriptionprotected ConfigurableCacheMap
AbstractEvictionPolicy.ensureCache
(MapEvent evt) Return the ConfigurableCacheMap that uses this eviction policy.protected ConfigurableCacheMap
AbstractEvictionPolicy.getCache()
Return the ConfigurableCacheMap that uses this eviction policy.protected ConfigurableCacheMap
ReadWriteBackingMap.getInternalConfigurableCache()
Get the map that provides internal storage for this backing map. -
Uses of ConfigurableCacheMap in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
The ObservableSplittingBackingCache is an implementation of the ConfigurableCacheMap interface that works as an observable backing map in a partitioned system.Modifier and TypeFieldDescriptionprotected ConfigurableCacheMap[]
ObservableSplittingBackingCache.m_acache
A cached array of the backing ConfigurableCacheMap instances.Modifier and TypeMethodDescriptionprotected ConfigurableCacheMap
ObservableSplittingBackingCache.getPartitionCache
(Object oKey) Obtain the backing cache for a particular key.protected ConfigurableCacheMap[]
ObservableSplittingBackingCache.getPartitionCacheArray()
Obtain the array of backing caches.Modifier and TypeMethodDescriptionprotected void
ObservableSplittingBackingCache.claimAll
(ConfigurableCacheMap mapRequestor) Claim the full entitlement of units for mapRequestor.protected void
ObservableSplittingBackingCache.claimUnused
(ConfigurableCacheMap mapRequestor) Claim as many units as possible from existing maps without causing over-allocated maps to evict.