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 booleanequals(Object o)static CacheIdforContext(CacheId cacheId, @Nullable String context)@Nullable StringgetContext()String[]getIds()RepositorygetRepository()inthashCode()
-
-
-
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()
-
-