MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / clear

Method clear

src/services/cache/types.ts:34–34  ·  view source on GitHub ↗
(cacheId: string)

Source from the content-addressed store, hash-verified

32export interface CacheServiceAdapter {
33 getInfo(): Promise<CacheInfo>
34 clear(cacheId: string): Promise<{ success: boolean; error?: string; message?: string }>
35 getDataDir(): Promise<DataDirInfo>
36 setDataDir(
37 path: string | null,

Callers 12

registerMergeRoutesFunction · 0.65
getMentionAnalysisFunction · 0.65
loadAllMethod · 0.65
loadAllMethod · 0.65
clearMethod · 0.65
stopInternalServerFunction · 0.65
installMergeShimsFunction · 0.65
createCdpClientFunction · 0.65

Implementers 1

FetchCacheAdaptersrc/services/cache/fetch.ts

Calls

no outgoing calls

Tested by 1

createCdpClientFunction · 0.52