Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover
Packages that use 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
Methods in com.oracle.coherence.caffeine that return ConfigurableCacheMap.EvictionApproverMethods in com.oracle.coherence.caffeine with parameters of type ConfigurableCacheMap.EvictionApproverModifier and TypeMethodDescriptionvoid
CaffeineCache.setEvictionApprover
(ConfigurableCacheMap.EvictionApprover approver) -
Uses of ConfigurableCacheMap.EvictionApprover in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as ConfigurableCacheMap.EvictionApproverModifier 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.Methods in com.tangosol.net.cache that return ConfigurableCacheMap.EvictionApproverModifier and TypeMethodDescriptionConfigurableCacheMap.getEvictionApprover()
Obtain the registered EvictionApprover.LocalCache.getEvictionApprover()
SerializationCache.getEvictionApprover()
Obtain the registered EvictionApprover.Methods in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.EvictionApproverModifier 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
Fields in com.tangosol.net.partition declared as ConfigurableCacheMap.EvictionApproverModifier and TypeFieldDescriptionprotected ConfigurableCacheMap.EvictionApprover
ObservableSplittingBackingCache.m_apprvrEvict
An optional EvictionApprover registered with this cache.Methods in com.tangosol.net.partition that return ConfigurableCacheMap.EvictionApproverModifier and TypeMethodDescriptionObservableSplittingBackingCache.getEvictionApprover()
Obtain the registered EvictionApprover.Methods in com.tangosol.net.partition with parameters of type ConfigurableCacheMap.EvictionApproverModifier and TypeMethodDescriptionvoid
ObservableSplittingBackingCache.setEvictionApprover
(ConfigurableCacheMap.EvictionApprover approver) Set the EvictionApprover for this ConfigurableCacheMap.