Uses of Enum Class
io.fluxzero.common.caching.CacheEviction.Reason
Packages that use CacheEviction.Reason
-
Uses of CacheEviction.Reason in io.fluxzero.common.caching
Subclasses with type arguments of type CacheEviction.Reason in io.fluxzero.common.cachingModifier and TypeClassDescriptionstatic enumIndicates the cause for a cache entry eviction.Methods in io.fluxzero.common.caching that return CacheEviction.ReasonModifier and TypeMethodDescriptionstatic CacheEviction.ReasonReturns the enum constant of this class with the specified name.static CacheEviction.Reason[]CacheEviction.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.