@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
| Interface | Description |
|---|---|
| CacheInvalidator<K> |
Repreents operations for invalidating some or all entries in a cache.
|
| Observability |
Defines a series of callbacks which can be used to observe internal events occurring within the cache, for purposes
of monitoring or alerting.
|
| Class | Description |
|---|---|
| AsyncInvalidationCache<K,V> |
An implementation of
Cache that is backed by a local cache, and which publishes cache
invalidation events when certain mutable operations are performed. |
| CacheInvalidatorFactory |
Responsible for creating
CacheInvalidators for a given Cache, as well managing the sequence snapshot process. |
Copyright © 2003–2022 Atlassian. All rights reserved.