@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
Interface | Description |
---|---|
CacheFlusher |
Provides operations for flushing (i.e.
|
ReadThroughCache<K,V> |
A simple cache interface that supports the use of read-through operations.
|
Class | Description |
---|---|
CacheCompactorSupport |
A partial implementation of
CacheCompactor . |
ClusterCacheFlushEvent |
Signal that all managed caches have been flushed in this cluster
|
ReadThroughAtlassianCache<K,V> |
An implementation of
ReadThroughCache backed by an atlassian-cache Cache . |
ReadThroughEntityCache<CACHEKEY extends Serializable,ENTITYID extends Serializable,ENTITY> |
An implementation of
ReadThroughCache which caches the IDs of entity objects against arbitrary keys. |
Copyright © 2003–2023 Atlassian. All rights reserved.