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.caffeineMethods in com.oracle.coherence.caffeine that return ConfigurableCacheMap.EvictionApproverMethods in com.oracle.coherence.caffeine with parameters of type ConfigurableCacheMap.EvictionApproverModifier and TypeMethodDescriptionvoidCaffeineCache.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver) 
- 
Uses of ConfigurableCacheMap.EvictionApprover in com.tangosol.net.cacheFields in com.tangosol.net.cache declared as ConfigurableCacheMap.EvictionApproverModifier and TypeFieldDescriptionstatic final ConfigurableCacheMap.EvictionApproverConfigurableCacheMap.EvictionApprover.DISAPPROVERNever approving EvictionApprover.protected ConfigurableCacheMap.EvictionApproverCompactSerializationCache.m_apprvrEvictThe EvictionApprover.protected ConfigurableCacheMap.EvictionApproverOldCache.m_apprvrEvictDeprecated.The EvictionApprover.protected ConfigurableCacheMap.EvictionApproverSerializationCache.m_apprvrEvictThe EvictionApprover.Methods in com.tangosol.net.cache that return ConfigurableCacheMap.EvictionApproverModifier and TypeMethodDescriptionCompactSerializationCache.getEvictionApprover()Obtain the registered EvictionApprover.ConfigurableCacheMap.getEvictionApprover()Obtain the registered EvictionApprover.OldCache.getEvictionApprover()Deprecated.Obtain the registered EvictionApprover.SerializationCache.getEvictionApprover()Obtain the registered EvictionApprover.Methods in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.EvictionApproverModifier and TypeMethodDescriptionvoidCompactSerializationCache.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver) Set the EvictionApprover for this ConfigurableCacheMap.voidConfigurableCacheMap.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver) Set the EvictionApprover for this ConfigurableCacheMap.voidOldCache.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver) Deprecated.Set the EvictionApprover for this ConfigurableCacheMap.voidSerializationCache.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver) Set the EvictionApprover for this ConfigurableCacheMap.
- 
Uses of ConfigurableCacheMap.EvictionApprover in com.tangosol.net.partitionFields in com.tangosol.net.partition declared as ConfigurableCacheMap.EvictionApproverModifier and TypeFieldDescriptionprotected ConfigurableCacheMap.EvictionApproverObservableSplittingBackingCache.m_apprvrEvictAn 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 TypeMethodDescriptionvoidObservableSplittingBackingCache.setEvictionApprover(ConfigurableCacheMap.EvictionApprover approver) Set the EvictionApprover for this ConfigurableCacheMap.