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.

public final class DrawableLruCache<T> extends DynamicLruCache<T,Drawable>
  • Constructor Details

    • DrawableLruCache

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