Uses of Interface
com.github.benmanes.caffeine.cache.Cache
Packages that use Cache
Package
Description
This package contains caching utilities.
-
Uses of Cache in com.github.benmanes.caffeine.cache
Subinterfaces of Cache in com.github.benmanes.caffeine.cacheModifier and TypeInterfaceDescriptioninterface
LoadingCache<K,
V> A semi-persistent mapping from keys to values.(package private) interface
LocalLoadingCache<K,
V> This class provides a skeletal implementation of theLoadingCache
interface to minimize the effort required to implement aLocalCache
.(package private) interface
LocalManualCache<K,
V> This class provides a skeletal implementation of theCache
interface to minimize the effort required to implement aLocalCache
.Classes in com.github.benmanes.caffeine.cache that implement CacheModifier and TypeClassDescription(package private) static final class
(package private) static class
static class
static final class
(package private) static final class
(package private) static final class
(package private) static class
Methods in com.github.benmanes.caffeine.cache that return CacheModifier and TypeMethodDescriptionCaffeine.build()
Builds a cache which does not automatically load values when keys are requested unless a mapping function is provided.AsyncCache.synchronous()
Returns a view of the entries stored in this cache as a synchronousCache
.BoundedLocalCache.BoundedLocalAsyncCache.synchronous()
UnboundedLocalCache.UnboundedLocalAsyncCache.synchronous()
-
Uses of Cache in com.github.benmanes.caffeine.guava
Fields in com.github.benmanes.caffeine.guava declared as CacheConstructors in com.github.benmanes.caffeine.guava with parameters of type Cache -
Uses of Cache in com.github.benmanes.caffeine.jcache
Fields in com.github.benmanes.caffeine.jcache declared as CacheConstructors in com.github.benmanes.caffeine.jcache with parameters of type CacheModifierConstructorDescriptionCacheProxy
(String name, Executor executor, javax.cache.CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, Cache<K, Expirable<V>> cache, EventDispatcher<K, V> dispatcher, Optional<javax.cache.integration.CacheLoader<K, V>> cacheLoader, javax.cache.expiry.ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics)