public static interface AdvancedCacheWriter.PurgeListener<K>
AdvancedCacheWriter.purge(java.util.concurrent.Executor,
org.infinispan.persistence.spi.AdvancedCacheWriter.PurgeListener)
method.Modifier and Type | Method and Description |
---|---|
void |
entryPurged(K key)
Optional.
|
void entryPurged(K key)
AdvancedCacheWriter
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 CacheEntriesEvicted
for the entries that
are removed from the persistent store directly.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.