Uses of Interface
com.tangosol.net.cache.OldCache.EvictionPolicy
-
Packages that use OldCache.EvictionPolicy Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of OldCache.EvictionPolicy in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement OldCache.EvictionPolicy Modifier and Type Class Description static class
OldCache.InternalEvictionPolicy
Deprecated.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 OldCache.EvictionPolicy Modifier and Type Field Description static OldCache.EvictionPolicy
OldCache. INSTANCE_HYBRID
Deprecated.The EvictionPolicy object for the Hybrid eviction algorithm.static OldCache.EvictionPolicy
OldCache. INSTANCE_LFU
Deprecated.The EvictionPolicy object for the Least Frequently Used (LFU) eviction algorithm.static OldCache.EvictionPolicy
OldCache. INSTANCE_LRU
Deprecated.The EvictionPolicy object for the Least Recently Used (LRU) eviction algorithm.
-