Package com.atlassian.bamboo.repository
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 Summary
Constructors Constructor Description CacheId(Repository repository, String... ids)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static CacheId
forContext(CacheId cacheId, @Nullable String context)
@Nullable String
getContext()
String[]
getIds()
Repository
getRepository()
int
hashCode()
-
-
-
Constructor Detail
-
CacheId
public CacheId(Repository repository, String... ids)
-
-
Method Detail
-
getContext
@Nullable public @Nullable String getContext()
-
getRepository
public Repository getRepository()
-
getIds
public String[] getIds()
-
-