Uses of Interface
com.github.benmanes.caffeine.cache.LoadingCache
Packages that use LoadingCache
-
Uses of LoadingCache in com.github.benmanes.caffeine.cache
Subinterfaces of LoadingCache in com.github.benmanes.caffeine.cacheModifier and TypeInterfaceDescription(package private) interface
LocalLoadingCache<C extends LocalCache<K,
V>, K, V> This class provides a skeletal implementation of theLoadingCache
interface to minimize the effort required to implement aLocalCache
.Classes in com.github.benmanes.caffeine.cache that implement LoadingCacheModifier and TypeClassDescription(package private) static final class
(package private) final class
(package private) static final class
Methods in com.github.benmanes.caffeine.cache that return LoadingCacheModifier and TypeMethodDescription<K1 extends K,
V1 extends V>
LoadingCache<K1,V1> Caffeine.build
(CacheLoader<? super K1, V1> loader) Builds a cache, which either returns an already-loaded value for a given key or atomically computes or retrieves it using the suppliedCacheLoader
.AsyncLoadingCache.synchronous()
Returns a view of the entries stored in this cache as a synchronousLoadingCache
.LocalAsyncLoadingCache.synchronous()