| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| Modifier and Type | Class and 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. 
 | 
| Modifier and Type | Field and 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. 
 |