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>
Methods in com.github.benmanes.caffeine.cache that return LocalAsyncLoadingCache Modifier and Type Method Description (package private) LocalAsyncLoadingCache<C,K,V>
LocalAsyncLoadingCache.LoadingCacheView. getOuter()
A test-only method for validation.
-