CacheEntryUpdatedEvent<T> constructor
CacheEntryUpdatedEvent<T> (
- Cache<
T> source, - CacheInfo oldEntry,
- CacheEntry newEntry
Builds a CacheEntryUpdatedEvent
Implementation
CacheEntryUpdatedEvent(Cache<T> source, this.oldEntry, this.newEntry)
: super(source, CacheEventType.updated);