QueryCacheEvent constructor
QueryCacheEvent(
- QueryCacheEventType type,
- Object data
Implementation
QueryCacheEvent(this.type, this.data);
QueryCacheEvent(this.type, this.data);