Uses of Enum Class
io.fluxcapacitor.javaclient.persisting.caching.CacheEviction.Reason
Packages that use CacheEviction.Reason
-
Uses of CacheEviction.Reason in io.fluxcapacitor.javaclient.persisting.caching
Methods in io.fluxcapacitor.javaclient.persisting.caching that return CacheEviction.ReasonModifier and TypeMethodDescriptionstatic CacheEviction.Reason
Returns 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.fluxcapacitor.javaclient.persisting.caching with parameters of type CacheEviction.ReasonModifier and TypeMethodDescriptionprotected void
DefaultCache.registerEviction
(DefaultCache.CacheReference reference, CacheEviction.Reason reason)