public class LRUCache.ListeningLRUMap
extends org.apache.commons.collections.LRUMap
| Constructor and Description |
|---|
LRUCache.ListeningLRUMap(int size) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processRemovedLRU(java.lang.Object key,
java.lang.Object value) |
void |
setListener(LRUCacheListener l) |
get, getMaximumSize, put, readExternal, removeLRU, setMaximumSize, writeExternalclear, clone, containsKey, containsValue, entrySet, equals, get, getFirst, getFirstKey, getFirstValue, getLast, getLastKey, getLastValue, getValue, hashCode, indexOf, isEmpty, iterator, keySet, lastIndexOf, putAll, remove, remove, sequence, size, toString, valuespublic void setListener(LRUCacheListener l)
protected void processRemovedLRU(java.lang.Object key,
java.lang.Object value)
processRemovedLRU in class org.apache.commons.collections.LRUMap