public class LRUPOSCache<K,V> extends java.lang.Object implements POSCache<K,V>
LRUPOSCache(int capacity)
Cache<K,V>
getCache(POS pos)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LRUPOSCache(int capacity)
public Cache<K,V> getCache(POS pos)
getCache
POSCache<K,V>