Package com.atlassian.cache
package com.atlassian.cache
-
ClassDescriptionCache<K,
V> Interface that defines the common cache operations.A Resettable reference.An abstract adapter forCachedReferenceListener.A resettable reference event.A resettable reference listener.CacheEntryAdapter<K,V> An abstract adapter forCacheEntryListener.CacheEntryEvent<K,V> A cache event.CacheEntryListener<K,V> A cache listener.Interface for creating and/or attaching to caches.CacheLoader<K,V> Populates a cache, for example lazily upon a miss.An immutable representation of settings for a Cache.A builder for creatingCacheSettingsinstances.A manager for cache settings, providing operations for retrieving and storing settings to persistent storage.An immutable representation of a statistics key for a Cache.Interface that managed cache things need to implementReadThroughCache<K,V> Interface that defines the common read-through cache operations.Supplier<T>Supplier for a single object