- get(K) - Method in interface com.atlassian.cache.Cache
-
Retrieve an object from this cache.
- get(K, Supplier<? extends V>) - Method in interface com.atlassian.cache.Cache
-
Retrieve an object from this cache.
- get() - Method in interface com.atlassian.cache.CachedReference
-
Gets a value from the cache.
- get() - Method in interface com.atlassian.cache.Supplier
-
Produce an object.
- getBulk(Set<K>, Function<Set<K>, Map<K, V>>) - Method in interface com.atlassian.cache.Cache
-
Retrieve multiple entries from the cache.
- getCache(String) - Method in interface com.atlassian.cache.CacheFactory
-
Returns the cache with the given name, creates it if necessary.
- getCache(Class<?>, String) - Method in interface com.atlassian.cache.CacheFactory
-
Returns the cache with the given name, creates it if necessary.
- getCache(String, CacheLoader<K, V>) - Method in interface com.atlassian.cache.CacheFactory
-
Returns the cache with the given name and loader, creates it if necessary.
- getCache(String, CacheLoader<K, V>, CacheSettings) - Method in interface com.atlassian.cache.CacheFactory
-
Returns the cache with the given name, loader and required cache settings, creates it if necessary.
- getCache(String, Class<K>, Class<V>) - Method in interface com.atlassian.cache.CacheFactory
-
- getCacheCollector() - Method in interface com.atlassian.cache.ManagedCache
-
Returns the collector for this cache.
- getCachedReference(String, Supplier<V>) - Method in interface com.atlassian.cache.CacheFactory
-
Returns a Cached Reference, creating it if necessary.
- getCachedReference(String, Supplier<V>, CacheSettings) - Method in interface com.atlassian.cache.CacheFactory
-
Returns a Cached Reference, creating it if necessary.
- getCachedReference(Class<?>, String, Supplier<V>) - Method in interface com.atlassian.cache.CacheFactory
-
Returns a Cached Reference, creating it if necessary.
- getCachedReference(Class<?>, String, Supplier<V>, CacheSettings) - Method in interface com.atlassian.cache.CacheFactory
-
Returns a Cached Reference, creating it if necessary.
- getCaches() - Method in interface com.atlassian.cache.CacheManager
-
- getDefaults(String) - Method in interface com.atlassian.cache.CacheSettingsDefaultsProvider
-
Obtains the default cache settings.
- getExpireAfterAccess() - Method in interface com.atlassian.cache.CacheSettings
-
- getExpireAfterAccess(long) - Method in interface com.atlassian.cache.CacheSettings
-
- getExpireAfterWrite() - Method in interface com.atlassian.cache.CacheSettings
-
- getExpireAfterWrite(long) - Method in interface com.atlassian.cache.CacheSettings
-
- getFlushable() - Method in interface com.atlassian.cache.CacheSettings
-
- getFlushable(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
- getIfPresent() - Method in interface com.atlassian.cache.CachedReference
-
Checks if there is currently a value in the cache, and if so returns it.
- getKey() - Method in interface com.atlassian.cache.CacheEntryEvent
-
Returns the key the event was fired for
- getKeys() - Method in interface com.atlassian.cache.Cache
-
Gets the keys of all objects currently stored in the cache.
- getLabel() - Method in enum com.atlassian.cache.CacheStatisticsKey
-
Returns the label for this cache statistics key.
- getLocal() - Method in interface com.atlassian.cache.CacheSettings
-
- getLocal(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
Convenience method that returns
CacheSettings.getLocal() if it is not
null,
otherwise returns the supplied
defaultValue.
- getManagedCache(String) - Method in interface com.atlassian.cache.CacheManager
-
Returns the managed cache for the specified name.
- getManagedCaches() - Method in interface com.atlassian.cache.CacheManager
-
Gets the collection of caches managed.
- getMaxEntries() - Method in interface com.atlassian.cache.CacheSettings
-
- getMaxEntries(int) - Method in interface com.atlassian.cache.CacheSettings
-
- getName() - Method in interface com.atlassian.cache.Cache
-
The name of the cache, uniquely identifies this cache.
- getName() - Method in interface com.atlassian.cache.ManagedCache
-
The name of the cache, uniquely identifies this cache.
- getOldValue() - Method in interface com.atlassian.cache.CacheEntryEvent
-
Returns the old value for this key
- getReplicateAsynchronously() - Method in interface com.atlassian.cache.CacheSettings
-
- getReplicateAsynchronously(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
- getReplicateViaCopy() - Method in interface com.atlassian.cache.CacheSettings
-
- getReplicateViaCopy(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
- getStatistics() - Method in interface com.atlassian.cache.ManagedCache
-
Get usage statistics for the cache.
- getStatisticsEnabled() - Method in interface com.atlassian.cache.CacheSettings
-
- getStatisticsEnabled(boolean) - Method in interface com.atlassian.cache.CacheSettings
-
- getType() - Method in enum com.atlassian.cache.CacheStatisticsKey
-
Returns the type of statistic that this is.
- getValue() - Method in interface com.atlassian.cache.CachedReferenceEvent
-
Returns cached reference value
- getValue() - Method in interface com.atlassian.cache.CacheEntryEvent
-
Returns the current value for this key