CacheEvent constructor

CacheEvent(
  1. Cache source
)

Builds a CacheEvent

  • source: The cache that originated the event

Implementation

CacheEvent(this.source);