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 classBoundedLocalCache.BoundedPolicy<K,V>(package private) static classUnboundedLocalCache.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) @Nullable Policy<K,V>BoundedLocalCache.BoundedLocalAsyncCache. policy(package private) @Nullable Policy<K,V>BoundedLocalCache.BoundedLocalAsyncLoadingCache. policy(package private) @Nullable Policy<K,V>BoundedLocalCache.BoundedLocalManualCache. policy(package private) @Nullable Policy<K,V>UnboundedLocalCache.UnboundedLocalAsyncCache. policy(package private) @Nullable Policy<K,V>UnboundedLocalCache.UnboundedLocalAsyncLoadingCache. policy(package private) @Nullable Policy<K,V>UnboundedLocalCache.UnboundedLocalManualCache. policyMethods in com.github.benmanes.caffeine.cache that return Policy Modifier and Type Method Description Policy<K,V>BoundedLocalCache.BoundedLocalAsyncCache. policy()Policy<K,V>BoundedLocalCache.BoundedLocalAsyncLoadingCache. policy()Policy<K,V>BoundedLocalCache.BoundedLocalManualCache. policy()@NonNull 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>LocalAsyncCache.AbstractCacheView. policy()Policy<K,V>LocalAsyncCache. policy()Returns the policy supported by this implementation and its configuration.Policy<K,V>UnboundedLocalCache.UnboundedLocalAsyncCache. policy()Policy<K,V>UnboundedLocalCache.UnboundedLocalAsyncLoadingCache. policy()Policy<K,V>UnboundedLocalCache.UnboundedLocalManualCache. policy()
-