| Package | Description | 
|---|---|
| com.tangosol.net.cache | 
 Contains classes providing various caching strategies. 
 | 
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BinaryMemoryCalculator
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry. 
 | 
static class  | 
OldCache.InternalUnitCalculator
Deprecated.  
The InternalUnitCalculator represents a pluggable UnitCalculator for the non-pluggable built-in (internal) UnitCalculator implementation provided by this cache implementation. 
 | 
class  | 
SimpleMemoryCalculator
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static OldCache.UnitCalculator | 
OldCache.INSTANCE_BINARY
Deprecated.  
The UnitCalculator object that measures the bytes used by entries. 
 | 
static OldCache.UnitCalculator | 
OldCache.INSTANCE_FIXED
Deprecated.  
The UnitCalculator object that counts each entry as one unit. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SimpleMapIndex.IndexCalculator
A stateful  
calculator used to calculate the cost of a homogeneous index (holding all values of a single type). |