Class CacheEntryEventAdapter<K,​V>

  • All Implemented Interfaces:
    Serializable, javax.cache.Cache.Entry<K,​V>
    Direct Known Subclasses:
    CacheQueryEntryEvent

    public abstract class CacheEntryEventAdapter<K,​V>
    extends javax.cache.event.CacheEntryEvent<K,​V>
    See Also:
    Serialized Form
    • Constructor Detail

      • CacheEntryEventAdapter

        protected CacheEntryEventAdapter​(javax.cache.Cache src,
                                         javax.cache.event.EventType evtType)
    • Method Detail

      • getValue

        public V getValue()
      • unwrap

        public <T> T unwrap​(Class<T> cls)
      • getNewValue

        protected abstract V getNewValue()