Class CacheId


  • public class CacheId
    extends Object
    Identifier used for caching method results on Repository classes and its descendants
    • Method Detail

      • forContext

        public static CacheId forContext​(CacheId cacheId,
                                         @Nullable
                                         @Nullable String context)
      • getContext

        @Nullable
        public @Nullable String getContext()
      • getRepository

        public Repository getRepository()
      • getIds

        public String[] getIds()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object