Uses of Interface
com.tangosol.net.cache.OldCache.UnitCalculator
Packages that use OldCache.UnitCalculator
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of OldCache.UnitCalculator in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement OldCache.UnitCalculatorModifier and TypeClassDescriptionclass
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.static class
Deprecated.The InternalUnitCalculator represents a pluggable UnitCalculator for the non-pluggable built-in (internal) UnitCalculator implementation provided by this cache implementation.class
A UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry.Fields in com.tangosol.net.cache declared as OldCache.UnitCalculatorModifier and TypeFieldDescriptionstatic final OldCache.UnitCalculator
OldCache.INSTANCE_BINARY
Deprecated.The UnitCalculator object that measures the bytes used by entries.static final OldCache.UnitCalculator
OldCache.INSTANCE_FIXED
Deprecated.The UnitCalculator object that counts each entry as one unit. -
Uses of OldCache.UnitCalculator in com.tangosol.util
Classes in com.tangosol.util that implement OldCache.UnitCalculatorModifier and TypeClassDescriptionstatic class
A statefulcalculator
used to calculate the cost of a homogeneous index (holding all values of a single type).