Uses of Class
com.atlassian.bamboo.util.CacheAwareness.CacheInfo

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
<T> CallableResultCache<T>
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
<T> CallableResultCache<T>
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
<E1 extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception>
void
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
<E1 extends java.lang.Exception,E2 extends java.lang.Exception,E3 extends java.lang.Exception>
void
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)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.