Package com.atlassian.cache.hazelcast.asyncinvalidation
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package com.atlassian.cache.hazelcast.asyncinvalidation
-
ClassDescriptionAn implementation of
Cache
that is backed by a local cache, and which publishes cache invalidation events when certain mutable operations are performed.An implementation ofCache
that is backed by a local cache, and which publishes changes to the cache entries via invalidations and replications.Repreents operations for invalidating some or all entries in a cache.Responsible for creatingCacheInvalidator
s for a givenCache
, as well managing the sequence snapshot process.CacheReplicator<K,V> Defines a series of callbacks which can be used to observe internal events occurring within the cache, for purposes of monitoring or alerting.