public class UnboundedCache<K,V> extends java.util.HashMap<K,java.lang.ref.SoftReference<V>> implements Cache<K,V>
Constructor and Description |
---|
UnboundedCache() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(K key,
V value) |
V |
getItem(K key) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values