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 class
BoundedLocalCache.BoundedLocalAsyncLoadingCache<K,V>
(package private) static class
UnboundedLocalCache.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. asyncCache
Methods 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)
-