Uses of Enum Class
io.fluxzero.sdk.persisting.caching.CacheEviction.Reason
Packages that use CacheEviction.Reason
-
Uses of CacheEviction.Reason in io.fluxzero.sdk.persisting.caching
Subclasses with type arguments of type CacheEviction.Reason in io.fluxzero.sdk.persisting.cachingModifier and TypeClassDescriptionstatic enumIndicates the cause for a cache entry eviction.Methods in io.fluxzero.sdk.persisting.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.Methods in io.fluxzero.sdk.persisting.caching with parameters of type CacheEviction.ReasonModifier and TypeMethodDescriptionprotected voidDefaultCache.registerEviction(DefaultCache.CacheReference reference, CacheEviction.Reason reason)