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 TypeInterfaceDescriptioninterface
AsyncLoadingCache<K,
V> A semi-persistent mapping from keys to values.(package private) interface
LocalAsyncCache<K,
V> This class provides a skeletal implementation of theAsyncCache
interface 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) class
This class provides a skeletal implementation of theAsyncLoadingCache
interface to minimize the effort required to implement aLocalCache
.(package private) static final class
(package private) static final class
Methods 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.