CreatedEntryEvent constructor

CreatedEntryEvent(
  1. Cache source,
  2. CacheEntry entry
)

Builds a CreatedEntryEvent

  • source: The cache that originated the event
  • entry: The created entry

Implementation

CreatedEntryEvent(Cache source, this.entry)
    : super(source, EntryEventType.created);