Class UnboundedLocalCache<K,V>

java.lang.Object
com.github.benmanes.caffeine.cache.UnboundedLocalCache<K,V>
All Implemented Interfaces:
LocalCache<K,V>, ConcurrentMap<K,V>, Map<K,V>

final class UnboundedLocalCache<K,V> extends Object implements LocalCache<K,V>
An in-memory cache that has no capabilities for bounding the map. This implementation provides a lightweight wrapper on top of ConcurrentHashMap.