Class BitmapLruCache<T>

java.lang.Object
androidx.collection.LruCache<T,V>
com.pranavpandey.android.dynamic.util.cache.DynamicLruCache<T,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,Bitmap>
  • Constructor Details

    • BitmapLruCache

      public BitmapLruCache()
      Constructor to initialize an object of this class.
  • Method Details