CreatedEntryEvent constructor
CreatedEntryEvent(
- Cache source,
- CacheEntry entry
Builds a CreatedEntryEvent
source: The cache that originated the evententry: The created entry
Implementation
CreatedEntryEvent(Cache source, this.entry)
: super(source, EntryEventType.created);