Uses of Interface
com.github.benmanes.caffeine.cache.AsyncCache
Packages that use AsyncCache
-
Uses of AsyncCache in com.github.benmanes.caffeine.cache
Subinterfaces of AsyncCache in com.github.benmanes.caffeine.cacheModifier and TypeInterfaceDescriptioninterfaceAsyncLoadingCache<K,V> A semi-persistent mapping from keys to values.(package private) interfaceLocalAsyncCache<K,V> This class provides a skeletal implementation of theAsyncCacheinterface to minimize the effort required to implement aLocalCache.Classes in com.github.benmanes.caffeine.cache that implement AsyncCacheModifier and TypeClassDescription(package private) static final class(package private) static final class(package private) classThis class provides a skeletal implementation of theAsyncLoadingCacheinterface to minimize the effort required to implement aLocalCache.(package private) static final class(package private) static final classMethods in com.github.benmanes.caffeine.cache that return AsyncCacheModifier and TypeMethodDescription<K1 extends K, V1 extends V>
@NonNull AsyncCache<K1, V1> Caffeine.buildAsync()Builds a cache which does not automatically load values when keys are requested unless a mapping function is provided.