-
public class MemoryLruCache extends LruCache<String, CacheItem>
-
-
Constructor Summary
Constructors Constructor Description MemoryLruCache(int maxSize, Map<Integer, MemoryLruCache> mapKeyToCache)
-
Method Summary
-
Methods inherited from class androidx.collection.LruCache
createCount, evictAll, evictionCount, get, hitCount, maxSize, missCount, put, putCount, remove, resize, size, snapshot, toString, trimToSize -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-