Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap
Packages that use 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.caffeineClasses in com.oracle.coherence.caffeine that implement ConfigurableCacheMap
- 
Uses of ConfigurableCacheMap in com.tangosol.netMethods in com.tangosol.net with parameters of type ConfigurableCacheMapModifier and TypeMethodDescriptionprotected voidDefaultConfigurableCacheFactory.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.cacheClasses in com.tangosol.net.cache that implement ConfigurableCacheMapModifier and TypeClassDescriptionclassBlindCompactSerializationCache is aCompactSerializationCacheextension enforcing CompactSerializationCache to operate under a blind mode.classCompactSerializationCache is an implementation ofConfigurableCacheMapwhich is optimized for compact on-heap footprint.classA LocalCache implementation that supports the JCache API, CacheLoader and CacheStore objects.classDeprecated.classA version of SerializationMap that implements an LRU policy.Methods in com.tangosol.net.cache that return ConfigurableCacheMapModifier and TypeMethodDescriptionprotected ConfigurableCacheMapAbstractEvictionPolicy.ensureCache(MapEvent evt) Return the ConfigurableCacheMap that uses this eviction policy.protected ConfigurableCacheMapAbstractEvictionPolicy.getCache()Return the ConfigurableCacheMap that uses this eviction policy.protected ConfigurableCacheMapReadWriteBackingMap.getInternalConfigurableCache()Get the map that provides internal storage for this backing map.
- 
Uses of ConfigurableCacheMap in com.tangosol.net.partitionClasses in com.tangosol.net.partition that implement ConfigurableCacheMapModifier and TypeClassDescriptionclassThe 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 ConfigurableCacheMapModifier and TypeFieldDescriptionprotected ConfigurableCacheMap[]ObservableSplittingBackingCache.m_acacheA cached array of the backing ConfigurableCacheMap instances.Methods in com.tangosol.net.partition that return ConfigurableCacheMapModifier and TypeMethodDescriptionprotected ConfigurableCacheMapObservableSplittingBackingCache.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 ConfigurableCacheMapModifier and TypeMethodDescriptionprotected voidObservableSplittingBackingCache.claimAll(ConfigurableCacheMap mapRequestor) Claim the full entitlement of units for mapRequestor.protected voidObservableSplittingBackingCache.claimUnused(ConfigurableCacheMap mapRequestor) Claim as many units as possible from existing maps without causing over-allocated maps to evict.
LocalCacheinstead