MCPcopy 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.tsFile · 0.80

Calls 1

setMethod · 0.65

Tested by

no test coverage detected