Uses of Enum Class
io.fluxzero.common.caching.MemoryAwareCacheSupport.WeightUnit
Packages that use MemoryAwareCacheSupport.WeightUnit
-
Uses of MemoryAwareCacheSupport.WeightUnit in io.fluxzero.common.caching
Subclasses with type arguments of type MemoryAwareCacheSupport.WeightUnit in io.fluxzero.common.cachingModifier and TypeClassDescriptionstatic enumUnit represented by a cache weight.Methods in io.fluxzero.common.caching that return MemoryAwareCacheSupport.WeightUnitModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MemoryAwareCacheSupport.WeightUnit[]MemoryAwareCacheSupport.WeightUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.common.caching with parameters of type MemoryAwareCacheSupport.WeightUnitModifierConstructorDescriptionMemoryAwareCacheSupport(long maxWeight, long maxEntryWeight, ToLongBiFunction<? super K, ? super V> weigher, Comparator<? super K> keyComparator, MemoryPressureController memoryPressureController, Duration memoryPressureCheckInterval, MemoryAwareCacheSupport.WeightUnit weightUnit)