* 清理查询缓存 * * 用于外部调用清理缓存,通常在批量操作后使用。 * 注意:此方法也会清理响应式查询缓存
()
| 774 | * 注意:此方法也会清理响应式查询缓存 |
| 775 | */ |
| 776 | public clearCache(): void { |
| 777 | this.clearQueryCache(); |
| 778 | this.clearReactiveQueries(); |
| 779 | } |
| 780 | |
| 781 | /** |
| 782 | * 编译查询 |
nothing calls this directly
no test coverage detected