Uses of Interface
com.github.benmanes.caffeine.cache.Policy
-
Packages that use Policy Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of Policy in com.github.benmanes.caffeine.cache
Classes in com.github.benmanes.caffeine.cache that implement Policy Modifier and Type Class Description (package private) static class
BoundedLocalCache.BoundedPolicy<K,V>
(package private) static class
UnboundedLocalCache.UnboundedPolicy<K,V>
An eviction policy that supports no boundings.Fields in com.github.benmanes.caffeine.cache declared as Policy Modifier and Type Field Description (package private) Policy<K,V>
BoundedLocalCache.BoundedLocalAsyncLoadingCache. policy
(package private) Policy<K,V>
BoundedLocalCache.BoundedLocalManualCache. policy
(package private) Policy<K,V>
UnboundedLocalCache.UnboundedLocalAsyncLoadingCache. policy
(package private) Policy<K,V>
UnboundedLocalCache.UnboundedLocalManualCache. policy
Methods in com.github.benmanes.caffeine.cache that return Policy Modifier and Type Method Description protected Policy<K,V>
BoundedLocalCache.BoundedLocalAsyncLoadingCache. policy()
Policy<K,V>
BoundedLocalCache.BoundedLocalManualCache. policy()
Policy<K,V>
Cache. policy()
Returns access to inspect and perform low-level operations on this cache based on its runtime characteristics.Policy<K,V>
LocalAsyncLoadingCache.LoadingCacheView. policy()
protected abstract Policy<K,V>
LocalAsyncLoadingCache. policy()
Returns the policy supported by this implementation and its configuration.protected Policy<K,V>
UnboundedLocalCache.UnboundedLocalAsyncLoadingCache. policy()
Policy<K,V>
UnboundedLocalCache.UnboundedLocalManualCache. policy()
-