Back to Fresco

ImageRequest.CacheChoice

docs/javadoc/reference/com/facebook/imagepipeline/request/ImageRequest.CacheChoice.html

3.6.012.8 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Exceptions

Packages | Classes

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

public static final enum

ImageRequest.CacheChoice

extends Enum<E extends Enum<E>>

| java.lang.Object | | ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | | | ↳ | com.facebook.imagepipeline.request.ImageRequest.CacheChoice |

Class Overview

An enum describing the cache choice.

Summary

Enum Values
ImageRequest.CacheChoice
ImageRequest.CacheChoice
Public Methods
static ImageRequest.CacheChoice
final static CacheChoice[]

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

| final Object | clone() | | final int | compareTo(E arg0) | | int | compareTo(Object arg0) | | final boolean | equals(Object arg0) | | final void | finalize() | | final Class<E> | getDeclaringClass() | | final int | hashCode() | | final String | name() | | final int | ordinal() | | String | toString() | | static <T extends Enum<T>> T | valueOf(Class<T> arg0, String arg1) |

| | 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 java.lang.Comparable

| abstract int | compareTo(T arg0) |

|

Enum Values

public static final ImageRequest.CacheChoice DEFAULT

public static final ImageRequest.CacheChoice SMALL

Public Methods

public static ImageRequest.CacheChoice valueOf(String name)

public static final CacheChoice[] values()

+Generated by Doclava. +