Class OLRUCache<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<K,V>
com.orientechnologies.common.collection.OLRUCache<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>

public class OLRUCache<K,V> extends LinkedHashMap<K,V>
The most simpler LRU cache implementation in Java.
See Also:
  • Constructor Details

    • OLRUCache

      public OLRUCache(int iCacheSize)
  • Method Details