CacheEntryCreatedEvent<T> constructor
CacheEntryCreatedEvent<T> (
- Cache<
T> source, - CacheEntry entry
Builds a CacheEntryCreatedEvent
source: The cache that originated the evententry: The created entry
Implementation
CacheEntryCreatedEvent(Cache<T> source, this.entry)
: super(source, CacheEventType.created);