Uses of Interface
com.github.benmanes.caffeine.cache.Policy.VarExpiration
Packages that use Policy.VarExpiration
-
Uses of Policy.VarExpiration in com.github.benmanes.caffeine.cache
Classes in com.github.benmanes.caffeine.cache that implement Policy.VarExpirationModifier and TypeClassDescription(package private) final class
Fields in com.github.benmanes.caffeine.cache with type parameters of type Policy.VarExpirationModifier and TypeFieldDescription(package private) @Nullable Optional
<Policy.VarExpiration<K, V>> BoundedLocalCache.BoundedPolicy.variable
Methods in com.github.benmanes.caffeine.cache that return types with arguments of type Policy.VarExpirationModifier and TypeMethodDescriptionBoundedLocalCache.BoundedPolicy.expireVariably()
default @NonNull Optional
<Policy.VarExpiration<K, V>> Policy.expireVariably()
Returns access to perform operations based on the variable expiration policy.