public class BlockDiskKeyStore.LRUMap extends LRUMapJCS
Modifier and Type | Field and Description |
---|---|
java.lang.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(java.lang.Object key,
java.lang.Object value)
This is called when the may key size is reaced.
|
clear, containsKey, containsValue, dumpCacheEntries, dumpMap, entrySet, get, getChunkSize, getQuiet, getStatistics, isEmpty, keySet, put, putAll, remove, setChunkSize, size, values, verifyCache, verifyCache
public BlockDiskKeyStore.LRUMap()
public BlockDiskKeyStore.LRUMap(int maxKeySize)
maxKeySize
- protected void processRemovedLRU(java.lang.Object key, java.lang.Object value)
processRemovedLRU
in class LRUMapJCS
key
- value
- Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.