java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
org.apache.jackrabbit.oak.index.indexer.document.tree.store.utils.ConcurrentLRUCache<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class ConcurrentLRUCache<K,V extends MemoryObject> extends LinkedHashMap<K,V>
A synchronized LRU cache. The cache size is limited by the amount of memory (and not number of entries).
See Also: