Uses of Interface
com.github.benmanes.caffeine.cache.Policy
Packages that use Policy
-
Uses of Policy in com.github.benmanes.caffeine.cache
Classes in com.github.benmanes.caffeine.cache that implement PolicyModifier and TypeClassDescription(package private) static final class
(package private) static final class
An eviction policy that supports no boundings.Fields in com.github.benmanes.caffeine.cache declared as PolicyModifier and TypeFieldDescriptionBoundedLocalCache.BoundedLocalAsyncLoadingCache.policy
BoundedLocalCache.BoundedLocalManualCache.policy
UnboundedLocalCache.UnboundedLocalAsyncLoadingCache.policy
UnboundedLocalCache.UnboundedLocalManualCache.policy
Methods in com.github.benmanes.caffeine.cache that return PolicyModifier and TypeMethodDescriptionBoundedLocalCache.BoundedLocalAsyncLoadingCache.policy()
BoundedLocalCache.BoundedLocalManualCache.policy()
Cache.policy()
Returns access to inspect and perform low-level operations on this cache based on its runtime characteristics.LocalAsyncLoadingCache.LoadingCacheView.policy()
LocalAsyncLoadingCache.policy()
Returns the policy supported by this implementation and its configuration.UnboundedLocalCache.UnboundedLocalAsyncLoadingCache.policy()
UnboundedLocalCache.UnboundedLocalManualCache.policy()