Uses of Interface
io.fluxzero.common.caching.MemoryPressureController
Packages that use MemoryPressureController
-
Uses of MemoryPressureController in io.fluxzero.common.caching
Classes in io.fluxzero.common.caching that implement MemoryPressureControllerModifier and TypeClassDescriptionstatic classFields in io.fluxzero.common.caching declared as MemoryPressureControllerModifier and TypeFieldDescriptionstatic final MemoryPressureControllerMemoryPressureController.NONEMethods in io.fluxzero.common.caching that return MemoryPressureControllerModifier and TypeMethodDescriptionstatic MemoryPressureControllerMemoryPressureController.jvm()static MemoryPressureControllerMemoryPressureController.jvm(PropertySource propertySource) static MemoryPressureControllerMemoryPressureController.none()Constructors in io.fluxzero.common.caching with parameters of type MemoryPressureControllerModifierConstructorDescriptionMemoryAwareCacheSupport(long maxWeight, long maxEntryWeight, ToLongBiFunction<? super K, ? super V> weigher, Comparator<? super K> keyComparator, MemoryPressureController memoryPressureController) MemoryAwareCacheSupport(long maxWeight, long maxEntryWeight, ToLongBiFunction<? super K, ? super V> weigher, Comparator<? super K> keyComparator, MemoryPressureController memoryPressureController, Duration memoryPressureCheckInterval)