Class CacheEntryEvent<K,​V>

  • Type Parameters:
    K - the type of key
    V - the type of value
    All Implemented Interfaces:
    Serializable, Cache.Entry<K,​V>

    public abstract class CacheEntryEvent<K,​V>
    extends EventObject
    implements Cache.Entry<K,​V>
    A Cache entry event base class.
    Since:
    1.0
    Author:
    Greg Luck
    See Also:
    Serialized Form