CacheEntryExpiredEvent<T> constructor
Builds a CacheEntryExpiredEvent
source
: The cache that originated the event- entry: The removed entry
Implementation
CacheEntryExpiredEvent(super.source, super.entry)
: super(type: CacheEventType.expired);