Uses of Interface
com.github.benmanes.caffeine.cache.Policy.Expiration
Packages that use Policy.Expiration
-
Uses of Policy.Expiration in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return types with arguments of type Policy.ExpirationModifier and TypeMethodDescription@NonNull Optional<Policy.Expiration<K, V>> Policy.expireAfterAccess()Returns access to perform operations based on the time-to-idle expiration policy.@NonNull Optional<Policy.Expiration<K, V>> Policy.expireAfterWrite()Returns access to perform operations based on the time-to-live expiration policy.@NonNull Optional<Policy.Expiration<K, V>> Policy.refreshAfterWrite()Returns access to perform operations based on the time-to-live refresh policy.