Class LocalAsyncCache.CacheView<K,V>
java.lang.Object
com.github.benmanes.caffeine.cache.LocalAsyncCache.AbstractCacheView<K,V>
com.github.benmanes.caffeine.cache.LocalAsyncCache.CacheView<K,V>
- All Implemented Interfaces:
Cache<K,
,V> Serializable
- Enclosing interface:
LocalAsyncCache<K,
V>
public static final class LocalAsyncCache.CacheView<K,V>
extends LocalAsyncCache.AbstractCacheView<K,V>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final LocalAsyncCache
<K, V> private static final long
Fields inherited from class com.github.benmanes.caffeine.cache.LocalAsyncCache.AbstractCacheView
asMapView
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.benmanes.caffeine.cache.LocalAsyncCache.AbstractCacheView
asMap, cleanUp, estimatedSize, get, getAll, getAllPresent, getIfPresent, invalidate, invalidateAll, invalidateAll, policy, put, putAll, resolve, stats
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
asyncCache
-
-
Constructor Details
-
CacheView
CacheView(LocalAsyncCache<K, V> asyncCache)
-
-
Method Details
-
asyncCache
LocalAsyncCache<K,V> asyncCache()- Specified by:
asyncCache
in classLocalAsyncCache.AbstractCacheView<K,
V>
-