Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover
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.
-
Uses of ConfigurableCacheMap.EvictionApprover in com.oracle.coherence.caffeine
Modifier and TypeMethodDescriptionvoid
CaffeineCache.setEvictionApprover
(ConfigurableCacheMap.EvictionApprover approver) -
Uses of ConfigurableCacheMap.EvictionApprover in com.tangosol.net.cache
Modifier and TypeFieldDescriptionstatic final ConfigurableCacheMap.EvictionApprover
ConfigurableCacheMap.EvictionApprover.DISAPPROVER
Never approving EvictionApprover.protected ConfigurableCacheMap.EvictionApprover
LocalCache.m_apprvrEvict
The EvictionApprover.protected ConfigurableCacheMap.EvictionApprover
SerializationCache.m_apprvrEvict
The EvictionApprover.Modifier and TypeMethodDescriptionConfigurableCacheMap.getEvictionApprover()
Obtain the registered EvictionApprover.LocalCache.getEvictionApprover()
SerializationCache.getEvictionApprover()
Obtain the registered EvictionApprover.Modifier and TypeMethodDescriptionvoid
ConfigurableCacheMap.setEvictionApprover
(ConfigurableCacheMap.EvictionApprover approver) Set the EvictionApprover for this ConfigurableCacheMap.void
LocalCache.setEvictionApprover
(ConfigurableCacheMap.EvictionApprover approver) void
SerializationCache.setEvictionApprover
(ConfigurableCacheMap.EvictionApprover approver) Set the EvictionApprover for this ConfigurableCacheMap. -
Uses of ConfigurableCacheMap.EvictionApprover in com.tangosol.net.partition
Modifier and TypeFieldDescriptionprotected ConfigurableCacheMap.EvictionApprover
ObservableSplittingBackingCache.m_apprvrEvict
An optional EvictionApprover registered with this cache.Modifier and TypeMethodDescriptionObservableSplittingBackingCache.getEvictionApprover()
Obtain the registered EvictionApprover.Modifier and TypeMethodDescriptionvoid
ObservableSplittingBackingCache.setEvictionApprover
(ConfigurableCacheMap.EvictionApprover approver) Set the EvictionApprover for this ConfigurableCacheMap.