public class

DefaultBitmapMemoryCacheParamsSupplier

extends Object
implements Supplier<T>
java.lang.Object
   ↳ com.facebook.imagepipeline.cache.DefaultBitmapMemoryCacheParamsSupplier

Class Overview

Supplies MemoryCacheParams for the bitmap memory cache.

Summary

Public Constructors
DefaultBitmapMemoryCacheParamsSupplier(ActivityManager activityManager)
Public Methods
MemoryCacheParams get()
Retrieves an instance of the appropriate type.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.facebook.common.internal.Supplier

Public Constructors

public DefaultBitmapMemoryCacheParamsSupplier (ActivityManager activityManager)

Public Methods

public MemoryCacheParams get ()

Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation.

Returns
  • an instance of the appropriate type