Uses of Enum Class
io.fluxzero.common.caching.MemoryAwareCacheSupportEviction.Reason
Packages that use MemoryAwareCacheSupportEviction.Reason
-
Uses of MemoryAwareCacheSupportEviction.Reason in io.fluxzero.common.caching
Subclasses with type arguments of type MemoryAwareCacheSupportEviction.Reason in io.fluxzero.common.cachingMethods in io.fluxzero.common.caching that return MemoryAwareCacheSupportEviction.ReasonModifier and TypeMethodDescriptionMemoryAwareCacheSupportEviction.reason()Returns the value of thereasonrecord component.Returns the enum constant of this class with the specified name.MemoryAwareCacheSupportEviction.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.common.caching with parameters of type MemoryAwareCacheSupportEviction.ReasonModifier and TypeMethodDescriptionMemoryAwareCacheSupport.evict(K key, MemoryAwareCacheSupportEviction.Reason reason) Removes a value and publishes the supplied eviction reason when the key was present.Constructors in io.fluxzero.common.caching with parameters of type MemoryAwareCacheSupportEviction.ReasonModifierConstructorDescriptionMemoryAwareCacheSupportEviction(K key, V value, long weight, MemoryAwareCacheSupportEviction.Reason reason) Creates an instance of aMemoryAwareCacheSupportEvictionrecord class.