Back to Fresco

CacheKeyUtil

docs/javadoc/reference/com/facebook/cache/common/CacheKeyUtil.html

3.6.012.3 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Packages | Classes

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

public final class

CacheKeyUtil

extends Object

| java.lang.Object | | ↳ | com.facebook.cache.common.CacheKeyUtil |

Summary

Public Constructors
Public Methods
static String
Get the resourceId from the first key in MultiCacheKey or get single resourceId from CacheKey.
static List<String>
Get a list of possible resourceIds from MultiCacheKey or get single resourceId from CacheKey.

| [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() |

|

Public Constructors

public CacheKeyUtil()

Public Methods

public static String getFirstResourceId(CacheKey key)

Get the resourceId from the first key in MultiCacheKey or get single resourceId from CacheKey.

public static List<String> getResourceIds(CacheKey key)

Get a list of possible resourceIds from MultiCacheKey or get single resourceId from CacheKey.

+Generated by Doclava. +