Class CacheId

java.lang.Object
com.atlassian.bamboo.repository.CacheId

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

  • Method Details

    • 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()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object