ExpiredEntryEvent constructor
ExpiredEntryEvent(
- Cache source,
- CacheEntry entry
Builds a ExpiredEntryEvent
source: The cache that originated the evententry: The removed entry
Implementation
ExpiredEntryEvent(Cache source, CacheEntry entry)
: super(source, entry, type: EntryEventType.expired);