CacheEvent<T> constructor
CacheEvent<T> (
- Cache<
T> source, - CacheEventType type
Builds a CacheEvent
source
: The cache that originated the eventtype
: The event type
Implementation
CacheEvent(super.source, super.type);