-
public final class CacheKeyUtil
-
-
Method Summary
Modifier and Type Method Description static List<String>getResourceIds(CacheKey key)Get a list of possible resourceIds from MultiCacheKey or get single resourceId from CacheKey. static StringgetFirstResourceId(CacheKey key)Get the resourceId from the first key in MultiCacheKey or get single resourceId from CacheKey. -
-
Method Detail
-
getResourceIds
static List<String> getResourceIds(CacheKey key)
Get a list of possible resourceIds from MultiCacheKey or get single resourceId from CacheKey.
-
getFirstResourceId
static String getFirstResourceId(CacheKey key)
Get the resourceId from the first key in MultiCacheKey or get single resourceId from CacheKey.
-
-
-
-