Uses of Interface
com.atlassian.cache.Supplier
-
Uses of Supplier in com.atlassian.cache
Methods in com.atlassian.cache with parameters of type SupplierModifier and TypeMethodDescriptionRetrieve an object from this cache.<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.