Package com.zing.zalo.zbrowser.cache
Class MemoryLruCache
-
-
Constructor Summary
Constructors Constructor Description MemoryLruCache(int maxSize, Map<Integer,MemoryLruCache> mapKeyToCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheItem_put(String key, CacheItem value)protected voidentryRemoved(boolean evicted, String key, CacheItem oldValue, CacheItem newValue)longgetSize()protected intsizeOf(String key, CacheItem value)
-
-
-
Constructor Detail
-
MemoryLruCache
public MemoryLruCache(int maxSize, Map<Integer,MemoryLruCache> mapKeyToCache)
-
-