public class IndexedDiskCache.LRUMap extends LRUMapJCS<K,IndexedDiskElementDescriptor>
Modifier and Type | Field and Description |
---|---|
String |
tag
tag tells us which map we are working on. |
Constructor and Description |
---|
LRUMap()
Default
|
LRUMap(int maxKeySize) |
Modifier and Type | Method and Description |
---|---|
protected void |
processRemovedLRU(K key,
IndexedDiskElementDescriptor value)
This is called when the may key size is reached.
|
clear, containsKey, containsValue, dumpCacheEntries, dumpMap, entrySet, get, getChunkSize, getMaxObjects, getQuiet, getStatistics, isEmpty, keySet, put, putAll, remove, setChunkSize, size, values, verifyCache, verifyCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public String tag
tag
tells us which map we are working on.public LRUMap()
public LRUMap(int maxKeySize)
maxKeySize
- protected void processRemovedLRU(K key, IndexedDiskElementDescriptor value)
processRemovedLRU
in class LRUMapJCS<K,IndexedDiskElementDescriptor>
key
- value
- Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.