Class BitmapLruCache<T>
- java.lang.Object
-
- androidx.collection.LruCache<T,V>
-
- com.pranavpandey.android.dynamic.util.cache.DynamicLruCache<T,android.graphics.Bitmap>
-
- com.pranavpandey.android.dynamic.util.cache.BitmapLruCache<T>
-
- Type Parameters:
T- The type of the key for this cache.
public final class BitmapLruCache<T> extends DynamicLruCache<T,android.graphics.Bitmap>
ADynamicLruCachefor theBitmap.
-
-
Field Summary
-
Fields inherited from class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
BYTE_MULTIPLIER, MAX_SIZE
-
-
Constructor Summary
Constructors Constructor Description BitmapLruCache()Constructor to initialize an object of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intsizeOf(T key, android.graphics.Bitmap value)-
Methods inherited from class com.pranavpandey.android.dynamic.util.cache.DynamicLruCache
getByteMultiplier, getMaxSize
-
-