public final class

CacheKeyUtil

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

Summary

Public Constructors
CacheKeyUtil()
Public Methods
static String getFirstResourceId(CacheKey key)
Get the resourceId from the first key in MultiCacheKey or get single resourceId from CacheKey.
static List<String> getResourceIds(CacheKey key)
Get a list of possible resourceIds from MultiCacheKey or get single resourceId from CacheKey.
[Expand]
Inherited Methods
From class java.lang.Object

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.