Uses of Interface
com.tangosol.net.cache.OldCache.EvictionPolicy
Packages that use OldCache.EvictionPolicy
- 
Uses of OldCache.EvictionPolicy in com.tangosol.net.cacheClasses in com.tangosol.net.cache that implement OldCache.EvictionPolicyModifier and TypeClassDescriptionstatic classDeprecated.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.EvictionPolicyModifier and TypeFieldDescriptionstatic final OldCache.EvictionPolicyOldCache.INSTANCE_HYBRIDDeprecated.The EvictionPolicy object for the Hybrid eviction algorithm.static final OldCache.EvictionPolicyOldCache.INSTANCE_LFUDeprecated.The EvictionPolicy object for the Least Frequently Used (LFU) eviction algorithm.static final OldCache.EvictionPolicyOldCache.INSTANCE_LRUDeprecated.The EvictionPolicy object for the Least Recently Used (LRU) eviction algorithm.