Interface AdvancedCacheExpirationWriter<K,V>

All Superinterfaces:
AdvancedCacheWriter<K,V>, CacheWriter<K,V>, Lifecycle
All Known Subinterfaces:
SegmentedAdvancedLoadWriteStore<K,V>
All Known Implementing Classes:
AbstractSegmentedAdvancedLoadWriteStore, ComposedSegmentedLoadWriteStore

@Experimental @Deprecated(forRemoval=true) public interface AdvancedCacheExpirationWriter<K,V> extends AdvancedCacheWriter<K,V>
Deprecated, for removal: This API element is subject to removal in a future version.
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