Interface AdvancedCacheExpirationWriter<K,V>

All Superinterfaces:
AdvancedCacheWriter<K,V>, CacheWriter<K,V>, Lifecycle
All Known Subinterfaces:
SegmentedAdvancedLoadWriteStore<K,V>

@Experimental @Deprecated public interface AdvancedCacheExpirationWriter<K,V> extends AdvancedCacheWriter<K,V>
Deprecated.
since 11.0 replaced by NonBlockingStore
Defines functionality for advanced expiration techniques. Note this interface allows for providing not just the key when an entry is expired. This is important so that proper cluster wide expiration can be performed.
Since:
8.0