UpdatedEntryEvent constructor
UpdatedEntryEvent(
- Cache source,
- CacheEntry oldEntry,
- CacheEntry newEntry
Builds a UpdatedEntryEvent
source: The cache that originated the eventoldEntry: The old entrynewEntry: The new entry
Implementation
UpdatedEntryEvent(Cache source, this.oldEntry, this.newEntry)
: super(source, EntryEventType.updated);