Package com.atlassian.cache.hazelcast.asyncinvalidation


@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault package com.atlassian.cache.hazelcast.asyncinvalidation
  • Class
    Description
    An implementation of Cache that is backed by a local cache, and which publishes cache invalidation events when certain mutable operations are performed.
    An implementation of Cache 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 creating CacheInvalidators for a given Cache, as well managing the sequence snapshot process.
     
    Defines a series of callbacks which can be used to observe internal events occurring within the cache, for purposes of monitoring or alerting.