Back to Fresco

DefaultBitmapMemoryCacheParamsSupplier

docs/javadoc/reference/com/facebook/imagepipeline/cache/DefaultBitmapMemoryCacheParamsSupplier.html

3.6.014.6 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Packages | Classes

Summary: Ctors | Methods | Inherited Methods | [Expand All]

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
Public Methods
MemoryCacheParams
Retrieves an instance of the appropriate type.

| [Expand] Inherited Methods | | --- | | From class java.lang.Object

| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |

| | From interface com.facebook.common.internal.Supplier

| abstract T | get() Retrieves an instance of the appropriate type. |

|

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

+Generated by Doclava. +