com.atlassian.bamboo.repository
Class CacheId
java.lang.Object
com.atlassian.bamboo.repository.CacheId
public class CacheId
- extends java.lang.Object
Identifier used for caching method results on Repository classes and its descendants
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
CacheId
public CacheId(Repository repository,
java.lang.String... ids)
forContext
public static CacheId forContext(CacheId cacheId,
@Nullable
java.lang.String context)
getContext
@Nullable
public java.lang.String getContext()
getRepository
public Repository getRepository()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2012 Atlassian. All Rights Reserved.