|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.collections.SequencedHashMap
org.apache.commons.collections.LRUMap
com.easyjf.cache.store.LruMemoryStore.SpoolingLRUMap
An LRU Map implementation based on Apache Commons LRUMap.
This is used ifLinkedHashMap is not found in the classpath.
LinkedHashMap is part of JDK
| Constructor Summary | |
LruMemoryStore.SpoolingLRUMap()
Constructor. |
|
| Methods inherited from class org.apache.commons.collections.LRUMap |
get, getMaximumSize, put, readExternal, setMaximumSize, writeExternal |
| Methods inherited from class org.apache.commons.collections.SequencedHashMap |
clear, 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, values |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LruMemoryStore.SpoolingLRUMap()
Cache#getMaxElementsInMemory. If the
LRUMap gets bigger than this, #processRemovedLRU is called.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||