Package javax.cache

Interface CacheInvalidationRequestSender

  • All Known Implementing Classes:
    ClusterCacheInvalidationRequestSender

    public interface CacheInvalidationRequestSender
    Invoked if Cache Entry got Removed From local Cache and need to remove from other nodes
    • Method Detail

      • send

        void send​(CacheEntryInfo cacheEntryInfo)
        Called when CacheInvalidationMessage to Send into other nodes.
        Parameters:
        cacheEntryInfo - CacheEntryInfo object