Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
export
function
clearCache() {
50
globalCacheStore.clear();
51
resourceSpecificCacheStores.clear();
52
}
53
54
export
class
InMemoryCache<T> {
55
constructor(
Callers
3
decorators.unit.test.ts
File · 0.90
cacheUtils.unit.test.ts
File · 0.90
customEnvironmentVariablesProvider.node.unit.test.ts
File · 0.90
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected