Uses of Class
com.atlassian.bamboo.util.CallableResultCache
-
Uses of CallableResultCache in com.atlassian.bamboo.util
Modifier and TypeMethodDescriptionstatic <T> CallableResultCache<T>
Builds a simple callable result cache using the supplied builder.static <T> CallableResultCache<T>
CallableResultCache.build
(@NotNull com.google.common.cache.CacheBuilder<Object, Object> builder, CacheAwareness.CacheInfo... cacheIds) Builds a simple callable result cache using the supplied builder.static <T> CallableResultCache<T>
CallableResultCache.buildAlwaysInvalidating
(@NotNull com.google.common.cache.CacheBuilder<Object, Object> builder, CacheAwareness.CacheInfo... cacheIds) Builds a simple callable result cache using the supplied builder.