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

Method clearCache

packages/core/src/cache_manager/cache.ts:151–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149 }
150
151 clearCache() {
152 this.dsMap.reset();
153 }
154}
155
156export const cache = new Cache();

Callers 2

index.tsFile · 0.80
clearCachedSelectorsFunction · 0.80

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected