public class SoftLRUCache<K,V> extends java.lang.Object
SoftLRUCache(int aInitialSize)
void
clear()
V
get(K aKey)
put(K aKey, V aValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SoftLRUCache(int aInitialSize)
public V get(K aKey)
public V put(K aKey, V aValue)
public void clear()