Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apitable/apitable
/ removeDsCache
Method
removeDsCache
packages/core/src/cache_manager/cache.ts:135–137 ·
view source on GitHub ↗
(dsId: string)
Source
from the content-addressed store, hash-verified
133
}
134
135
removeDsCache(dsId: string) {
136
this.dsMap.set(dsId, null);
137
}
138
139
getCellCache(dsId: string, fieldId: string, recordId: string) {
140
const
ds = this.getDsCache(dsId);
Callers
1
index.ts
File · 0.80
Calls
1
set
Method · 0.65
Tested by
no test coverage detected