Class DrawableLruCache<T>
java.lang.Object
androidx.collection.LruCache<T,V>
com.pranavpandey.android.dynamic.util.cache.DynamicLruCache<T,Drawable>
com.pranavpandey.android.dynamic.util.cache.DrawableLruCache<T>
- Type Parameters:
T
- The type of the key for this cache.
A
DynamicLruCache
for the Drawable
.-
Field Summary
Fields inherited from class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
BYTE_MULTIPLIER, MAX_SIZE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
getByteMultiplier, getMaxSize
Methods inherited from class androidx.collection.LruCache
create, createCount, entryRemoved, evictAll, evictionCount, get, hitCount, maxSize, missCount, put, putCount, remove, resize, size, snapshot, toString, trimToSize