Class CallableResultCache<T>

java.lang.Object
com.atlassian.bamboo.util.CallableResultCache<T>
Type Parameters:
T -

@Internal public class CallableResultCache<T> extends Object
Caches results of supplied callables. Since 10.0, this class is internal and should not be used by plugins due to its dependency on guava cache library. If really needed, plugin will need to bundle its own guava.