Package 

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 String getFirstResourceId(CacheKey key) Get the resourceId from the first key in MultiCacheKey or get single resourceId from CacheKey.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.