Interface CacheEntryExpiredListener<K,​V>

  • Type Parameters:
    K - the type of keys maintained by the associated cache
    V - the type of values maintained by the associated cache
    All Superinterfaces:
    CacheEntryListener<K,​V>, EventListener

    public interface CacheEntryExpiredListener<K,​V>
    extends CacheEntryListener<K,​V>
    Invoked if a cache entry is evicted because of expiration.
    Since:
    1.0
    Author:
    Greg Luck