CacheEntryEvent constructor

CacheEntryEvent(
  1. Cache source,
  2. EntryEventType type
)

Builds a CacheEntryEvent

  • source: The cache that originated the event
  • type: The event type

Implementation

CacheEntryEvent(Cache source, this.type) : super(source);