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 MemoryPressureControllerModifierConstructorDescriptionAdaptiveObjectCache(int maxSize, MemoryPressureController memoryPressureController) AdaptiveObjectCache(int maxSize, MemoryPressureController memoryPressureController, Duration expiry) Constructs a count-bounded cache with memory-pressure trimming and a maximum entry age.AdaptiveObjectCache(int maxSize, MemoryPressureController memoryPressureController, Duration expiry, Clock clock) AdaptiveObjectCache(long maxWeight, long maxEntryWeight, ToLongBiFunction<? super Object, ? super Object> weigher, MemoryPressureController memoryPressureController) AdaptiveObjectCache(long maxWeight, long maxEntryWeight, ToLongBiFunction<? super Object, ? super Object> weigher, MemoryPressureController memoryPressureController, Duration expiry) Constructs a weighted cache with memory-pressure trimming and a maximum entry age.AdaptiveObjectCache(long maxWeight, long maxEntryWeight, ToLongBiFunction<? super Object, ? super Object> weigher, MemoryPressureController memoryPressureController, Duration expiry, Clock clock) MemoryAwareCacheSupport(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)