Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/query
/ clear
Method
clear
packages/query-core/src/queryClient.ts:632–635 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
630
}
631
632
clear(): void {
633
this.#queryCache.clear()
634
this.#mutationCache.clear()
635
}
636
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected