Uses of Interface
com.atlassian.bamboo.utils.scopedcaches.ThreadScopedCaches.Key
-
Uses of ThreadScopedCaches.Key in com.atlassian.bamboo.utils.scopedcaches
Modifier and TypeMethodDescriptionstatic <K,
V> ThreadScopedCaches.Key<K, V> The returned keys rely on identity comparison.Modifier and TypeMethodDescriptionstatic <K,
V> V ThreadScopedCaches.getValue
(ThreadScopedCaches.Key<K, V> cacheKey, K key, Supplier<? extends V> supplier) Returns the value called bysupplier.get
or a previously cached value.