MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / clearCache

Function clearCache

src/platform/common/utils/cacheUtils.ts:49–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47}
48
49export function clearCache() {
50 globalCacheStore.clear();
51 resourceSpecificCacheStores.clear();
52}
53
54export class InMemoryCache<T> {
55 constructor(

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected