QueryCacheEvent constructor

QueryCacheEvent(
  1. QueryCacheEventType type,
  2. Object data
)

Implementation

QueryCacheEvent(this.type, this.data);