MCPcopy Create free account
hub / github.com/AttoJS/vue-request / getCacheQuery

Function getCacheQuery

src/core/utils/cacheQuery.ts:16–18  ·  view source on GitHub ↗
(cacheKey: string)

Source from the content-addressed store, hash-verified

14};
15
16export const getCacheQuery = (cacheKey: string) => {
17 return cacheQuery.get(cacheKey);
18};
19
20export const clearCacheQuery = (cacheKey?: string) => {
21 if (cacheKey) {

Callers 2

onQueryFunction · 0.90
cache.test.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…