Uses of Interface
com.github.benmanes.caffeine.cache.Policy.Eviction
Packages that use Policy.Eviction
-
Uses of Policy.Eviction in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return types with arguments of type Policy.EvictionModifier and TypeMethodDescription@NonNull Optional<Policy.Eviction<K, V>> Policy.eviction()Returns access to perform operations based on the maximum size or maximum weight eviction policy.