Class BitmapLruCache


  • public final class BitmapLruCache
    extends androidx.collection.LruCache<java.lang.String,​android.graphics.Bitmap>
    • Constructor Detail

      • BitmapLruCache

        public BitmapLruCache​(int maxSize)
        Parameters:
        maxSize - the maximum sum of the sizes of the entries in this cache.