|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheAwareness.CacheInfo | |
|---|---|
| com.atlassian.bamboo.util | |
| com.atlassian.bamboo.v2.events | |
| Uses of CacheAwareness.CacheInfo in com.atlassian.bamboo.util |
|---|
| Fields in com.atlassian.bamboo.util declared as CacheAwareness.CacheInfo | |
|---|---|
static CacheAwareness.CacheInfo |
CacheAwareness.ANY
|
static CacheAwareness.CacheInfo |
CacheAwareness.BRANCH_DETECTION
|
static CacheAwareness.CacheInfo |
CacheAwareness.CHANGE_DETECTION
|
| Methods in com.atlassian.bamboo.util that return CacheAwareness.CacheInfo | |
|---|---|
static CacheAwareness.CacheInfo |
CacheAwareness.cacheInfo(java.lang.String cachedDataType)
|
| Methods in com.atlassian.bamboo.util that return types with arguments of type CacheAwareness.CacheInfo | |
|---|---|
static java.lang.Iterable<CacheAwareness.CacheInfo> |
CacheAwareness.getDisabledCaches()
|
| Methods in com.atlassian.bamboo.util with parameters of type CacheAwareness.CacheInfo | ||
|---|---|---|
static
|
CallableResultCache.build(com.google.common.cache.CacheBuilder<java.lang.Object,java.lang.Object> builder,
CacheAwareness.CacheInfo... cacheIds)
Builds a simple callable result cache using the supplied builder. |
|
static
|
CallableResultCache.buildAlwaysInvalidating(com.google.common.cache.CacheBuilder<java.lang.Object,java.lang.Object> builder,
CacheAwareness.CacheInfo... cacheIds)
Builds a simple callable result cache using the supplied builder. |
|
static
|
CacheAwareness.whileReadingThroughCaches(BambooRunnables.ThrowingX<E1,E2,E3> runnable,
CacheAwareness.CacheInfo... cacheInfo)
executes the supplied runnable with the listed caches disabled. |
|
| Method parameters in com.atlassian.bamboo.util with type arguments of type CacheAwareness.CacheInfo | ||
|---|---|---|
static
|
CacheAwareness.whileReadingThroughCaches(BambooRunnables.ThrowingX<E1,E2,E3> runnable,
java.lang.Iterable<CacheAwareness.CacheInfo> cacheInfo)
|
|
| Uses of CacheAwareness.CacheInfo in com.atlassian.bamboo.v2.events |
|---|
| Methods in com.atlassian.bamboo.v2.events that return CacheAwareness.CacheInfo | |
|---|---|
CacheAwareness.CacheInfo[] |
ChangeDetectionRequiredEvent.getCachesToIgnore()
|
| Methods in com.atlassian.bamboo.v2.events with parameters of type CacheAwareness.CacheInfo | |
|---|---|
void |
ChangeDetectionRequiredEvent.setCachesToIgnore(CacheAwareness.CacheInfo... cachesToIgnore)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||