java.lang.Object | |
↳ | com.facebook.cache.common.CacheKeyUtil |
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
|
Get the resourceId from the first key in MultiCacheKey or get single resourceId from CacheKey.
Get a list of possible resourceIds from MultiCacheKey or get single resourceId from CacheKey.