@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
Package com.atlassian.cache.hazelcast.asyncinvalidation
-
Interface Summary Interface Description CacheInvalidator<K> Repreents operations for invalidating some or all entries in a cache.CacheReplicator<K,V> 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 Summary Class Description AsyncInvalidationCache<K,V> An implementation ofCache
that is backed by a local cache, and which publishes cache invalidation events when certain mutable operations are performed.AsyncReplicationCache<K,V> An implementation ofCache
that is backed by a local cache, and which publishes changes to the cache entries via invalidations and replications.CacheInvalidatorFactory Responsible for creatingCacheInvalidator
s for a givenCache
, as well managing the sequence snapshot process.