Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap.EvictionApprover
-
Packages that use ConfigurableCacheMap.EvictionApprover Package Description com.oracle.coherence.caffeine Contains interfaces and classes related to the Caffeine backing map implementation.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.partition 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.EvictionApprover Modifier and Type Method Description ConfigurableCacheMap.EvictionApprover
CaffeineCache. getEvictionApprover()
Methods in com.oracle.coherence.caffeine with parameters of type ConfigurableCacheMap.EvictionApprover Modifier and Type Method Description void
CaffeineCache. setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver)
-
Uses of ConfigurableCacheMap.EvictionApprover in com.tangosol.net.cache
Fields in com.tangosol.net.cache declared as ConfigurableCacheMap.EvictionApprover Modifier and Type Field Description static ConfigurableCacheMap.EvictionApprover
ConfigurableCacheMap.EvictionApprover. DISAPPROVER
Never approving EvictionApprover.protected ConfigurableCacheMap.EvictionApprover
OldCache. m_apprvrEvict
Deprecated.The EvictionApprover.protected ConfigurableCacheMap.EvictionApprover
SerializationCache. m_apprvrEvict
The EvictionApprover.Methods in com.tangosol.net.cache that return ConfigurableCacheMap.EvictionApprover Modifier and Type Method Description ConfigurableCacheMap.EvictionApprover
ConfigurableCacheMap. getEvictionApprover()
Obtain the registered EvictionApprover.ConfigurableCacheMap.EvictionApprover
OldCache. getEvictionApprover()
Deprecated.Obtain the registered EvictionApprover.ConfigurableCacheMap.EvictionApprover
SerializationCache. getEvictionApprover()
Obtain the registered EvictionApprover.Methods in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.EvictionApprover Modifier and Type Method Description void
ConfigurableCacheMap. setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver)
Set the EvictionApprover for this ConfigurableCacheMap.void
OldCache. setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver)
Deprecated.Set the EvictionApprover for this ConfigurableCacheMap.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.EvictionApprover Modifier and Type Field Description protected ConfigurableCacheMap.EvictionApprover
ObservableSplittingBackingCache. m_apprvrEvict
An optional EvictionApprover registered with this cache.Methods in com.tangosol.net.partition that return ConfigurableCacheMap.EvictionApprover Modifier and Type Method Description ConfigurableCacheMap.EvictionApprover
ObservableSplittingBackingCache. getEvictionApprover()
Obtain the registered EvictionApprover.Methods in com.tangosol.net.partition with parameters of type ConfigurableCacheMap.EvictionApprover Modifier and Type Method Description void
ObservableSplittingBackingCache. setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver)
Set the EvictionApprover for this ConfigurableCacheMap.
-