CacheEvent<T> constructor
CacheEvent<T> (
- Cache<
T> source, - CacheEventType type
Builds a CacheEvent
Implementation
CacheEvent(super.source, super.type);
Builds a CacheEvent
CacheEvent(super.source, super.type);