Uses of Interface
com.github.benmanes.caffeine.cache.Policy.VarExpiration
-
Packages that use Policy.VarExpiration Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of Policy.VarExpiration in com.github.benmanes.caffeine.cache
Classes in com.github.benmanes.caffeine.cache that implement Policy.VarExpiration Modifier and Type Class Description (package private) class
BoundedLocalCache.BoundedPolicy.BoundedVarExpiration
Fields in com.github.benmanes.caffeine.cache with type parameters of type Policy.VarExpiration Modifier and Type Field Description (package private) @Nullable java.util.Optional<Policy.VarExpiration<K,V>>
BoundedLocalCache.BoundedPolicy. variable
Methods in com.github.benmanes.caffeine.cache that return types with arguments of type Policy.VarExpiration Modifier and Type Method Description java.util.Optional<Policy.VarExpiration<K,V>>
BoundedLocalCache.BoundedPolicy. expireVariably()
default @NonNull java.util.Optional<Policy.VarExpiration<K,V>>
Policy. expireVariably()
Returns access to perform operations based on the variable expiration policy.
-