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>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.
-