(event: QueryCacheNotifyEvent)
| 180 | } |
| 181 | |
| 182 | notify(event: QueryCacheNotifyEvent) { |
| 183 | notifyManager.batch(() => { |
| 184 | this.listeners.forEach(listener => { |
| 185 | listener(event) |
| 186 | }) |
| 187 | }) |
| 188 | } |
| 189 | |
| 190 | onFocus(): void { |
| 191 | notifyManager.batch(() => { |
no test coverage detected