Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ clearQueryCache
Method
clearQueryCache
packages/core/src/ECS/Core/QuerySystem.ts:727–730 ·
view source on GitHub ↗
* 清除所有查询缓存
()
Source
from the content-addressed store, hash-verified
725
* 清除所有查询缓存
726
*/
727
private clearQueryCache(): void {
728
this._queryCache.clear();
729
this._componentMaskCache.clear();
730
}
731
732
/**
733
* 清除所有响应式查询
Callers
7
setEntities
Method · 0.95
addEntity
Method · 0.95
addEntities
Method · 0.95
addEntitiesUnchecked
Method · 0.95
removeEntity
Method · 0.95
updateEntity
Method · 0.95
clearCache
Method · 0.95
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected