Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap.Entry
Package
Description
Contains interfaces and classes related to the Caffeine backing map implementation.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of ConfigurableCacheMap.Entry in com.oracle.coherence.caffeine
-
Uses of ConfigurableCacheMap.Entry in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
A holder for a cached value.class
A Cache Entry implementation.Modifier and TypeMethodDescriptionConfigurableCacheMap.getCacheEntry
(Object oKey) Locate a cache Entry in the cache based on its key.LocalCache.getCacheEntry
(Object oKey) SerializationCache.getCacheEntry
(Object oKey) Locate a cache Entry in the cache based on its key.protected ConfigurableCacheMap.Entry
Return the map entry associated with the given map event.Modifier and TypeMethodDescriptionvoid
ConfigurableCacheMap.EvictionPolicy.entryTouched
(ConfigurableCacheMap.Entry entry) This method is called by the cache to indicate that an entry has been touched.void
LocalCache.InternalEvictionPolicy.entryTouched
(ConfigurableCacheMap.Entry entry) void
SerializationCache.InternalEvictionPolicy.entryTouched
(ConfigurableCacheMap.Entry entry) This method is called by the cache to indicate that an entry has been touched.abstract void
AbstractEvictionPolicy.entryUpdated
(ConfigurableCacheMap.Entry entry) This method is called to indicate that an entry has been either inserted or updated.boolean
ConfigurableCacheMap.EvictionApprover.isEvictable
(ConfigurableCacheMap.Entry entry) Get an eviction approval for the specified entry. -
Uses of ConfigurableCacheMap.Entry in com.tangosol.net.partition
Modifier and TypeClassDescriptionclass
A Cache Entry implementation.Modifier and TypeMethodDescriptionprotected ConfigurableCacheMap.Entry
ObservableSplittingBackingCache.EntrySet.Entry.getCacheEntry()
Obtain the actual cache entry from the partition-specific backing map.ObservableSplittingBackingCache.getCacheEntry
(Object oKey) Locate a cache Entry in the cache based on its key.Modifier and TypeMethodDescriptionprotected void
ObservableSplittingBackingCache.EntrySet.Entry.setCacheEntry
(ConfigurableCacheMap.Entry entryBacking) Configure the backing map cache entry. -
Uses of ConfigurableCacheMap.Entry in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
A ConfigurableCacheMap.Entry that lazily converts the key and value.Modifier and TypeMethodDescriptionConverterCollections.ConverterCacheEntry.getEntry()
Return the underlying Map.Entry.ModifierConstructorDescriptionConverterCacheEntry
(ConfigurableCacheMap.Entry entry, Converter conKeyUp, Converter conValUp, Converter conValDown)