public class BlockDiskKeyStore.LRUMap extends LRUMapJCS<K,int[]>
Modifier and Type | Field and Description |
---|---|
String |
tag
tag tells us which map we are working on. |
Constructor and Description |
---|
BlockDiskKeyStore.LRUMap()
Default
|
BlockDiskKeyStore.LRUMap(int maxKeySize) |
Modifier and Type | Method and Description |
---|---|
protected void |
processRemovedLRU(K key,
int[] 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
public String tag
tag
tells us which map we are working on.public BlockDiskKeyStore.LRUMap()
public BlockDiskKeyStore.LRUMap(int maxKeySize)
maxKeySize
- protected void processRemovedLRU(K key, int[] value)
processRemovedLRU
in class LRUMapJCS<K,int[]>
key
- value
- Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.