| Constructor and Description |
|---|
MemoryLruCache(int maxSize,
Map<Integer,MemoryLruCache> mapKeyToCache) |
| Modifier and Type | Method and Description |
|---|---|
CacheItem |
_put(String key,
CacheItem value) |
protected void |
entryRemoved(boolean evicted,
String key,
CacheItem oldValue,
CacheItem newValue) |
long |
getSize() |
protected int |
sizeOf(String key,
CacheItem value) |
public MemoryLruCache(int maxSize,
Map<Integer,MemoryLruCache> mapKeyToCache)