CacheEvent<T> constructor

CacheEvent<T>(
  1. Cache<T> source,
  2. CacheEventType type
)

Builds a CacheEvent

  • source: The cache that originated the event
  • type: The event type

Implementation

CacheEvent(super.source, super.type);