Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap
-
Packages that use ConfigurableCacheMap Package Description com.oracle.coherence.caffeine Contains interfaces and classes related to the Caffeine backing map implementation.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition Contains interfaces and classes related to partitioned services. -
-
Uses of ConfigurableCacheMap in com.oracle.coherence.caffeine
Classes in com.oracle.coherence.caffeine that implement ConfigurableCacheMap Modifier and Type Class Description class
CaffeineCache
AConfigurableCacheMap
backed by Caffeine. -
Uses of ConfigurableCacheMap in com.tangosol.net
Methods in com.tangosol.net with parameters of type ConfigurableCacheMap Modifier and Type Method Description protected 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
Classes in com.tangosol.net.cache that implement ConfigurableCacheMap Modifier and Type Class Description class
LocalCache
A LocalCache implementation that supports the JCache API, CacheLoader and CacheStore objects.class
OldCache
Deprecated.As of Coherence 3.1, useLocalCache
insteadclass
SerializationCache
A version of SerializationMap that implements an LRU policy.Methods in com.tangosol.net.cache that return ConfigurableCacheMap Modifier and Type Method Description protected 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
Classes in com.tangosol.net.partition that implement ConfigurableCacheMap Modifier and Type Class Description class
ObservableSplittingBackingCache
The ObservableSplittingBackingCache is an implementation of the ConfigurableCacheMap interface that works as an observable backing map in a partitioned system.Fields in com.tangosol.net.partition declared as ConfigurableCacheMap Modifier and Type Field Description protected ConfigurableCacheMap[]
ObservableSplittingBackingCache. m_acache
A cached array of the backing ConfigurableCacheMap instances.Methods in com.tangosol.net.partition that return ConfigurableCacheMap Modifier and Type Method Description protected ConfigurableCacheMap
ObservableSplittingBackingCache. getPartitionCache(Object oKey)
Obtain the backing cache for a particular key.protected ConfigurableCacheMap[]
ObservableSplittingBackingCache. getPartitionCacheArray()
Obtain the array of backing caches.Methods in com.tangosol.net.partition with parameters of type ConfigurableCacheMap Modifier and Type Method Description protected 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.
-