public abstract class LRUCache<K,V> extends java.lang.Object
LRUCache(int cacheSize)
protected abstract V
cacheMiss(K key)
V
get(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LRUCache(int cacheSize)
protected abstract V cacheMiss(K key)
public V get(K key)