Uses of Interface
com.github.benmanes.caffeine.cache.Policy.Eviction
-
Packages that use Policy.Eviction Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of Policy.Eviction in com.github.benmanes.caffeine.cache
Classes in com.github.benmanes.caffeine.cache that implement Policy.Eviction Modifier and Type Class Description (package private) classBoundedLocalCache.BoundedPolicy.BoundedEvictionFields in com.github.benmanes.caffeine.cache with type parameters of type Policy.Eviction Modifier and Type Field Description (package private) @Nullable java.util.Optional<Policy.Eviction<K,V>>BoundedLocalCache.BoundedPolicy. evictionMethods in com.github.benmanes.caffeine.cache that return types with arguments of type Policy.Eviction Modifier and Type Method Description java.util.Optional<Policy.Eviction<K,V>>BoundedLocalCache.BoundedPolicy. eviction()@NonNull java.util.Optional<Policy.Eviction<K,V>>Policy. eviction()Returns access to perform operations based on the maximum size or maximum weight eviction policy.java.util.Optional<Policy.Eviction<K,V>>UnboundedLocalCache.UnboundedPolicy. eviction()
-