Uses of Class
com.atlassian.bamboo.util.CallableResultCache
-
Packages that use CallableResultCache Package Description com.atlassian.bamboo.util -
-
Uses of CallableResultCache in com.atlassian.bamboo.util
Methods in com.atlassian.bamboo.util that return CallableResultCache Modifier and Type Method Description static <T> CallableResultCache<T>
CallableResultCache. build(@NotNull com.google.common.cache.CacheBuilder<Object,Object> builder)
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.
-