Uses of Class
com.tangosol.net.cache.SimpleMemoryCalculator
-
Packages that use SimpleMemoryCalculator Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities. -
-
Uses of SimpleMemoryCalculator in com.tangosol.net.cache
Subclasses of SimpleMemoryCalculator in com.tangosol.net.cache Modifier and Type Class Description classBinaryMemoryCalculatorA UnitCalculator implementation that weighs a cache entry based upon the amount of physical memory (in bytes) required to store the entry. -
Uses of SimpleMemoryCalculator in com.tangosol.util
Subclasses of SimpleMemoryCalculator in com.tangosol.util Modifier and Type Class Description static classSimpleMapIndex.IndexCalculatorA statefulcalculatorused to calculate the cost of a homogeneous index (holding all values of a single type).
-