Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
export
const
cache =
new
Cache();
Callers
2
index.ts
File · 0.80
clearCachedSelectors
Function · 0.80
Calls
1
reset
Method · 0.65
Tested by
no test coverage detected