Uses of Interface
com.atlassian.cache.CachedReference
-
Uses of CachedReference in com.atlassian.cache
Methods in com.atlassian.cache that return CachedReferenceModifier and TypeMethodDescription<V> CachedReference<V> CacheFactory.getCachedReference(Class<?> owningClass, String name, Supplier<V> supplier) Returns a Cached Reference, creating it if necessary.<V> CachedReference<V> CacheFactory.getCachedReference(Class<?> owningClass, String name, Supplier<V> supplier, CacheSettings required) Returns a Cached Reference, creating it if necessary.<V> CachedReference<V> CacheFactory.getCachedReference(String name, Supplier<V> supplier) Returns a Cached Reference, creating it if necessary.<V> CachedReference<V> CacheFactory.getCachedReference(String name, Supplier<V> supplier, CacheSettings required) Returns a Cached Reference, creating it if necessary.