Uses of Interface
com.tangosol.net.cache.ConfigurableCacheMap.EvictionPolicy
Packages that use ConfigurableCacheMap.EvictionPolicy
Package
Description
Contains interfaces and classes related to the Caffeine backing map implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Contains classes providing various caching strategies.
Contains interfaces and classes related to partitioned services.
-
Uses of ConfigurableCacheMap.EvictionPolicy in com.oracle.coherence.caffeine
Methods in com.oracle.coherence.caffeine that return ConfigurableCacheMap.EvictionPolicyMethods in com.oracle.coherence.caffeine with parameters of type ConfigurableCacheMap.EvictionPolicyModifier and TypeMethodDescriptionvoid
CaffeineCache.setEvictionPolicy
(ConfigurableCacheMap.EvictionPolicy policy) -
Uses of ConfigurableCacheMap.EvictionPolicy in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return ConfigurableCacheMap.EvictionPolicyModifier and TypeMethodDescriptionEvictionPolicyBuilder.realize
(ParameterResolver resolver, ClassLoader loader, ParameterList listParameters) Realizes (creates if necessary) an instance of a object of type T, using the providedParameterResolver
to resolve values any referencedParameter
s. -
Uses of ConfigurableCacheMap.EvictionPolicy in com.tangosol.net.cache
Subinterfaces of ConfigurableCacheMap.EvictionPolicy in com.tangosol.net.cacheModifier and TypeInterfaceDescriptionstatic interface
Deprecated.An eviction policy is an object that the cache provides with access information, and when requested, the eviction policy selects and evicts entries from the cache.Classes in com.tangosol.net.cache that implement ConfigurableCacheMap.EvictionPolicyModifier and TypeClassDescriptionclass
An abstract base class for custom cache eviction policies.protected class
The EvictionPolicy object for the Hybrid eviction algorithm.protected class
InternalEvictionPolicy is an abstract base implementation of anConfigurableCacheMap.EvictionPolicy
used by this CompactSerializationCache.protected class
An EvictionPolicy implementing the Least Frequently Used (LFU) algorithm.protected class
An EvictionPolicy implementing the Least Recently Used (LRU) algorithm.protected class
WrapperEvictionPolicy is used to wrap external or "custom" EvictionPolicy implementations to adapt the internal Binary key-based API to theEntry-based
API.static class
Deprecated.The InternalEvictionPolicy represents a pluggable eviction policy for the non-pluggable built-in (internal) eviction policies supported by this cache implementation.static class
The InternalEvictionPolicy represents a pluggable eviction policy for the non-pluggable built-in (internal) eviction policies supported by this cache implementation.Fields in com.tangosol.net.cache declared as ConfigurableCacheMap.EvictionPolicyModifier and TypeFieldDescriptionprotected final ConfigurableCacheMap.EvictionPolicy
CompactSerializationCache.WrapperEvictionPolicy.f_policy
The underlying (custom) EvictionPolicy.protected ConfigurableCacheMap.EvictionPolicy
OldCache.m_policy
Deprecated.The eviction policy; for eviction type EVICTION_POLICY_EXTERNAL.Methods in com.tangosol.net.cache that return ConfigurableCacheMap.EvictionPolicyModifier and TypeMethodDescriptionprotected ConfigurableCacheMap.EvictionPolicy
CompactSerializationCache.HybridEvictionPolicy.getConfiguredPolicy()
Return theconfigured
EvictionPolicy instance.protected abstract ConfigurableCacheMap.EvictionPolicy
CompactSerializationCache.InternalEvictionPolicy.getConfiguredPolicy()
Return theconfigured
EvictionPolicy instance.protected ConfigurableCacheMap.EvictionPolicy
CompactSerializationCache.LFUEvictionPolicy.getConfiguredPolicy()
Return theconfigured
EvictionPolicy instance.protected ConfigurableCacheMap.EvictionPolicy
CompactSerializationCache.LRUEvictionPolicy.getConfiguredPolicy()
Return theconfigured
EvictionPolicy instance.protected ConfigurableCacheMap.EvictionPolicy
CompactSerializationCache.WrapperEvictionPolicy.getConfiguredPolicy()
Return theconfigured
EvictionPolicy instance.CompactSerializationCache.getEvictionPolicy()
Obtain the current EvictionPolicy used by the cache.ConfigurableCacheMap.getEvictionPolicy()
Obtain the current EvictionPolicy used by the cache.OldCache.getEvictionPolicy()
Deprecated.Obtain the current EvictionPolicy used by the cache.SerializationCache.getEvictionPolicy()
Obtain the current EvictionPolicy used by the cache.Methods in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.EvictionPolicyModifier and TypeMethodDescriptionprotected void
OldCache.configureEviction
(int nType, ConfigurableCacheMap.EvictionPolicy policy) Deprecated.Configure the eviction type and policy.void
CompactSerializationCache.setEvictionPolicy
(ConfigurableCacheMap.EvictionPolicy policy) Set the EvictionPolicy for the cache to use.void
ConfigurableCacheMap.setEvictionPolicy
(ConfigurableCacheMap.EvictionPolicy policy) Set the EvictionPolicy for the cache to use.void
OldCache.setEvictionPolicy
(ConfigurableCacheMap.EvictionPolicy policy) Deprecated.Set the EvictionPolicy for the cache to use.void
SerializationCache.setEvictionPolicy
(ConfigurableCacheMap.EvictionPolicy policy) Set the EvictionPolicy for the cache to use.Constructors in com.tangosol.net.cache with parameters of type ConfigurableCacheMap.EvictionPolicyModifierConstructorDescriptionConstruct a WrapperEvictionPolicy. -
Uses of ConfigurableCacheMap.EvictionPolicy in com.tangosol.net.partition
Fields in com.tangosol.net.partition declared as ConfigurableCacheMap.EvictionPolicyModifier and TypeFieldDescriptionprotected ConfigurableCacheMap.EvictionPolicy
ObservableSplittingBackingCache.m_policy
The eviction policy.Methods in com.tangosol.net.partition that return ConfigurableCacheMap.EvictionPolicyModifier and TypeMethodDescriptionObservableSplittingBackingCache.getEvictionPolicy()
Obtain the current EvictionPolicy used by the cache.Methods in com.tangosol.net.partition with parameters of type ConfigurableCacheMap.EvictionPolicyModifier and TypeMethodDescriptionvoid
ObservableSplittingBackingCache.setEvictionPolicy
(ConfigurableCacheMap.EvictionPolicy policy) Set the EvictionPolicy for the cache to use.