Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap.Entry
Packages that use 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.caffeineMethods in com.oracle.coherence.caffeine that return ConfigurableCacheMap.Entry
- 
Uses of ConfigurableCacheMap.Entry in com.tangosol.net.cacheClasses in com.tangosol.net.cache that implement ConfigurableCacheMap.EntryModifier and TypeClassDescriptionclassA holder for a cached value.classDeprecated.A holder for a cached value.classA Cache Entry implementation.Methods in com.tangosol.net.cache that return ConfigurableCacheMap.EntryModifier and TypeMethodDescriptionCompactSerializationCache.getCacheEntry(Object oKey) Locate a cache Entry in the cache based on its key.ConfigurableCacheMap.getCacheEntry(Object oKey) Locate a cache Entry in the cache based on its key.OldCache.getCacheEntry(Object oKey) Deprecated.Locate a cache Entry in the cache based on its key.SerializationCache.getCacheEntry(Object oKey) Locate a cache Entry in the cache based on its key.protected ConfigurableCacheMap.EntryCompactSerializationCache.getCacheEntryInternal(Binary binKey) Return aConfigurableCacheMap.Entryfor the specified key.protected ConfigurableCacheMap.EntryCompactSerializationCache.getCacheEntryInternal(Binary binKey, Object oKey) Return aConfigurableCacheMap.Entryfor the specified key.protected ConfigurableCacheMap.EntryReturn the map entry associated with the given map event.Methods in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.EntryModifier and TypeMethodDescriptionvoidCompactSerializationCache.InternalEvictionPolicy.entryTouched(ConfigurableCacheMap.Entry entry) This method is called by the cache to indicate that an entry has been touched.voidCompactSerializationCache.WrapperEvictionPolicy.entryTouched(ConfigurableCacheMap.Entry entry) This method is called by the cache to indicate that an entry has been touched.voidConfigurableCacheMap.EvictionPolicy.entryTouched(ConfigurableCacheMap.Entry entry) This method is called by the cache to indicate that an entry has been touched.voidOldCache.InternalEvictionPolicy.entryTouched(ConfigurableCacheMap.Entry entry) This method is called by the cache to indicate that an entry has been touched.voidSerializationCache.InternalEvictionPolicy.entryTouched(ConfigurableCacheMap.Entry entry) This method is called by the cache to indicate that an entry has been touched.abstract voidAbstractEvictionPolicy.entryUpdated(ConfigurableCacheMap.Entry entry) This method is called to indicate that an entry has been either inserted or updated.booleanConfigurableCacheMap.EvictionApprover.isEvictable(ConfigurableCacheMap.Entry entry) Get an eviction approval for the specified entry.
- 
Uses of ConfigurableCacheMap.Entry in com.tangosol.net.partitionClasses in com.tangosol.net.partition that implement ConfigurableCacheMap.EntryModifier and TypeClassDescriptionclassA Cache Entry implementation.Methods in com.tangosol.net.partition that return ConfigurableCacheMap.EntryModifier and TypeMethodDescriptionprotected ConfigurableCacheMap.EntryObservableSplittingBackingCache.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.Methods in com.tangosol.net.partition with parameters of type ConfigurableCacheMap.EntryModifier and TypeMethodDescriptionprotected voidObservableSplittingBackingCache.EntrySet.Entry.setCacheEntry(ConfigurableCacheMap.Entry entryBacking) Configure the backing map cache entry.
- 
Uses of ConfigurableCacheMap.Entry in com.tangosol.utilClasses in com.tangosol.util that implement ConfigurableCacheMap.EntryModifier and TypeClassDescriptionstatic classA ConfigurableCacheMap.Entry that lazily converts the key and value.Methods in com.tangosol.util that return ConfigurableCacheMap.EntryModifier and TypeMethodDescriptionConverterCollections.ConverterCacheEntry.getEntry()Return the underlying Map.Entry.Constructors in com.tangosol.util with parameters of type ConfigurableCacheMap.EntryModifierConstructorDescriptionConverterCacheEntry(ConfigurableCacheMap.Entry entry, Converter conKeyUp, Converter conValUp, Converter conValDown)