MCPcopy Create free account
hub / github.com/esengine/esengine / clearCache

Method clearCache

packages/core/src/ECS/Core/QuerySystem.ts:776–779  ·  view source on GitHub ↗

* 清理查询缓存 * * 用于外部调用清理缓存,通常在批量操作后使用。 * 注意:此方法也会清理响应式查询缓存

()

Source from the content-addressed store, hash-verified

774 * 注意:此方法也会清理响应式查询缓存
775 */
776 public clearCache(): void {
777 this.clearQueryCache();
778 this.clearReactiveQueries();
779 }
780
781 /**
782 * 编译查询

Callers

nothing calls this directly

Calls 2

clearQueryCacheMethod · 0.95
clearReactiveQueriesMethod · 0.95

Tested by

no test coverage detected