Uses of Class
com.github.benmanes.caffeine.cache.UnboundedLocalCache
-
Packages that use UnboundedLocalCache Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of UnboundedLocalCache in com.github.benmanes.caffeine.cache
Fields in com.github.benmanes.caffeine.cache declared as UnboundedLocalCache Modifier and Type Field Description (package private) UnboundedLocalCache<K,V>UnboundedLocalCache.EntryIterator. cache(package private) UnboundedLocalCache<K,V>UnboundedLocalCache.EntrySetView. cache(package private) UnboundedLocalCache<K,V>UnboundedLocalCache.EntrySpliterator. cache(package private) UnboundedLocalCache<K,?>UnboundedLocalCache.KeyIterator. cache(package private) UnboundedLocalCache<K,?>UnboundedLocalCache.KeySetView. cache(package private) UnboundedLocalCache<K,java.util.concurrent.CompletableFuture<V>>UnboundedLocalCache.UnboundedLocalAsyncCache. cache(package private) UnboundedLocalCache<K,java.util.concurrent.CompletableFuture<V>>UnboundedLocalCache.UnboundedLocalAsyncLoadingCache. cache(package private) UnboundedLocalCache<K,V>UnboundedLocalCache.UnboundedLocalManualCache. cache(package private) UnboundedLocalCache<K,V>UnboundedLocalCache.UnboundedPolicy. cache(package private) UnboundedLocalCache<K,V>UnboundedLocalCache.ValuesIterator. cache(package private) UnboundedLocalCache<K,V>UnboundedLocalCache.ValuesView. cacheMethods in com.github.benmanes.caffeine.cache that return UnboundedLocalCache Modifier and Type Method Description UnboundedLocalCache<K,java.util.concurrent.CompletableFuture<V>>UnboundedLocalCache.UnboundedLocalAsyncCache. cache()UnboundedLocalCache<K,V>UnboundedLocalCache.UnboundedLocalManualCache. cache()Constructors in com.github.benmanes.caffeine.cache with parameters of type UnboundedLocalCache Constructor Description EntryIterator(UnboundedLocalCache<K,V> cache)EntrySetView(UnboundedLocalCache<K,V> cache)EntrySpliterator(UnboundedLocalCache<K,V> cache)EntrySpliterator(UnboundedLocalCache<K,V> cache, java.util.Spliterator<java.util.Map.Entry<K,V>> spliterator)KeyIterator(UnboundedLocalCache<K,?> cache)KeySetView(UnboundedLocalCache<K,?> cache)UnboundedPolicy(UnboundedLocalCache<K,V> cache, java.util.function.Function<V,V> transformer)ValuesIterator(UnboundedLocalCache<K,V> cache)ValuesView(UnboundedLocalCache<K,V> cache)
-