Class EntryEventWithOldValue<K,​V>

  • All Implemented Interfaces:
    Serializable, Iterable<javax.cache.event.CacheEntryEvent<? extends K,​? extends V>>, javax.cache.Cache.Entry<K,​V>

    public class EntryEventWithOldValue<K,​V>
    extends EntryEvent<K,​V>
    Entry event with original value for update events.
    Author:
    Jens Wilke
    See Also:
    Serialized Form
    • Constructor Detail

      • EntryEventWithOldValue

        public EntryEventWithOldValue​(javax.cache.Cache source,
                                      javax.cache.event.EventType eventType,
                                      K key,
                                      V value,
                                      V oldValue)