(event: QueryCacheNotifyEvent)
| 198 | } |
| 199 | |
| 200 | notify(event: QueryCacheNotifyEvent): void { |
| 201 | notifyManager.batch(() => { |
| 202 | this.listeners.forEach((listener) => { |
| 203 | listener(event) |
| 204 | }) |
| 205 | }) |
| 206 | } |
| 207 | |
| 208 | onFocus(): void { |
| 209 | notifyManager.batch(() => { |
no test coverage detected