Interface CacheEntryRemovedListener<K,​V>

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

    public interface CacheEntryRemovedListener<K,​V>
    extends CacheEntryListener<K,​V>
    Invoked if a cache entry is removed, or if a batch call is made, after the entries are removed.
    Since:
    1.0
    Author:
    Yannis Cosmadopoulos, Greg Luck