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 classAn eviction policy that supports no boundings.Fields in com.github.benmanes.caffeine.cache declared as PolicyModifier and TypeFieldDescriptionBoundedLocalCache.BoundedLocalAsyncCache.policyBoundedLocalCache.BoundedLocalAsyncLoadingCache.policyBoundedLocalCache.BoundedLocalManualCache.policyUnboundedLocalCache.UnboundedLocalAsyncCache.policyUnboundedLocalCache.UnboundedLocalAsyncLoadingCache.policyUnboundedLocalCache.UnboundedLocalManualCache.policyMethods in com.github.benmanes.caffeine.cache that return PolicyModifier and TypeMethodDescriptionBoundedLocalCache.BoundedLocalAsyncCache.policy()BoundedLocalCache.BoundedLocalAsyncLoadingCache.policy()BoundedLocalCache.BoundedLocalManualCache.policy()Cache.policy()Returns access to inspect and perform low-level operations on this cache based on its runtime characteristics.LocalAsyncCache.AbstractCacheView.policy()LocalAsyncCache.policy()Returns the policy supported by this implementation and its configuration.UnboundedLocalCache.UnboundedLocalAsyncCache.policy()UnboundedLocalCache.UnboundedLocalAsyncLoadingCache.policy()UnboundedLocalCache.UnboundedLocalManualCache.policy()