Package com.tangosol.net.cache
Interface OldCache.UnitCalculator
-
- All Superinterfaces:
ConfigurableCacheMap.UnitCalculator
- All Known Implementing Classes:
BinaryMemoryCalculator
,OldCache.InternalUnitCalculator
,SimpleMapIndex.IndexCalculator
,SimpleMemoryCalculator
- Enclosing class:
- OldCache
public static interface OldCache.UnitCalculator extends ConfigurableCacheMap.UnitCalculator
A unit calculator is an object that can calculate the cost of caching an object.
-
-
Method Summary
-
Methods inherited from interface com.tangosol.net.cache.ConfigurableCacheMap.UnitCalculator
calculateUnits, getName
-
-