Uses of Class
com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache
-
Packages that use LocalAsyncLoadingCache Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of LocalAsyncLoadingCache in com.github.benmanes.caffeine.cache
Subclasses of LocalAsyncLoadingCache in com.github.benmanes.caffeine.cache Modifier and Type Class Description (package private) static classBoundedLocalCache.BoundedLocalAsyncLoadingCache<K,V>(package private) static classUnboundedLocalCache.UnboundedLocalAsyncLoadingCache<K,V>Fields in com.github.benmanes.caffeine.cache declared as LocalAsyncLoadingCache Modifier and Type Field Description (package private) LocalAsyncLoadingCache<K,V>LocalAsyncLoadingCache.LoadingCacheView. asyncCacheMethods in com.github.benmanes.caffeine.cache that return LocalAsyncLoadingCache Modifier and Type Method Description (package private) LocalAsyncLoadingCache<K,V>LocalAsyncLoadingCache.LoadingCacheView. asyncCache()Constructors in com.github.benmanes.caffeine.cache with parameters of type LocalAsyncLoadingCache Constructor Description LoadingCacheView(LocalAsyncLoadingCache<K,V> asyncCache)
-