Interface CacheEntryReadListener<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 CacheEntryReadListener<K,​V>
    extends CacheEntryListener<K,​V>
    Invoked if a cache entry is read, for example through a Cache.get(Object) call.
    Since:
    1.0
    Author:
    Yannis Cosmadopoulos, Greg Luck