Interface AdvancedCacheExpirationWriter<K,​V>

  • All Superinterfaces:
    AdvancedCacheWriter<K,​V>, CacheWriter<K,​V>, Lifecycle

    public interface AdvancedCacheExpirationWriter<K,​V>
    extends AdvancedCacheWriter<K,​V>
    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