Class LocalCache<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
com.google.common.cache.LocalCache<K,V>
All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>

class LocalCache<K,V> extends AbstractMap<K,V> implements ConcurrentMap<K,V>
The concurrent hash map implementation built by CacheBuilder.

This implementation is heavily derived from revision 1.96 of ConcurrentHashMap.java.