Interface CacheEntryUpdatedListener<K,V>

Type Parameters:
K - the type of key
V - the type of value
All Superinterfaces:
CacheEntryListener<K,V>, EventListener

public interface CacheEntryUpdatedListener<K,V> extends CacheEntryListener<K,V>
Invoked if an existing cache entry is updated, or if a batch call is made, after the entries are updated.
Since:
1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdated(Iterable<CacheEntryEvent<? extends K,? extends V>> events)
    Called after one or more entries have been updated.