CacheEntryEvictedEvent<T> constructor
Builds a CacheEntryEvictedEvent
source
: The cache that originated the evententry
: The evicted entry
Implementation
CacheEntryEvictedEvent(super.source, super.entry)
: super(type: CacheEventType.evicted);