Interface AdvancedCacheExpirationWriter.ExpirationPurgeListener<K,​V>

    • Method Detail

      • marshalledEntryPurged

        void marshalledEntryPurged​(MarshallableEntry<K,​V> entry)
        If possible, AdvancedCacheExpirationWriter implementors should invoke this method for every entry that is purged from the store. One of the side effects of not implementing this method is that listeners do not receive CacheEntryExpired for the entries that are removed from the persistent store directly.