Uses of Interface
com.github.benmanes.caffeine.cache.LocalAsyncCache
-
Packages that use LocalAsyncCache Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of LocalAsyncCache in com.github.benmanes.caffeine.cache
Classes in com.github.benmanes.caffeine.cache that implement LocalAsyncCache Modifier and Type Class Description (package private) static class
BoundedLocalCache.BoundedLocalAsyncCache<K,V>
(package private) static class
BoundedLocalCache.BoundedLocalAsyncLoadingCache<K,V>
(package private) class
LocalAsyncLoadingCache<K,V>
This class provides a skeletal implementation of theAsyncLoadingCache
interface to minimize the effort required to implement aLocalCache
.(package private) static class
UnboundedLocalCache.UnboundedLocalAsyncCache<K,V>
(package private) static class
UnboundedLocalCache.UnboundedLocalAsyncLoadingCache<K,V>
Fields in com.github.benmanes.caffeine.cache declared as LocalAsyncCache Modifier and Type Field Description (package private) LocalAsyncCache<K,V>
LocalAsyncCache.AsyncAsMapView. asyncCache
(package private) LocalAsyncCache<K,V>
LocalAsyncCache.CacheView. asyncCache
Methods in com.github.benmanes.caffeine.cache that return LocalAsyncCache Modifier and Type Method Description (package private) abstract LocalAsyncCache<K,V>
LocalAsyncCache.AbstractCacheView. asyncCache()
(package private) LocalAsyncCache<K,V>
LocalAsyncCache.CacheView. asyncCache()
Constructors in com.github.benmanes.caffeine.cache with parameters of type LocalAsyncCache Constructor Description AsyncAsMapView(LocalAsyncCache<K,V> asyncCache)
CacheView(LocalAsyncCache<K,V> asyncCache)
-