MCPcopy
hub / github.com/apache/tvm / deleteInCache

Method deleteInCache

web/src/artifact_cache.ts:87–87  ·  view source on GitHub ↗

* Delete url in cache if url exists * * Note: This is an async function.

(url: string)

Source from the content-addressed store, hash-verified

85 * Note: This is an async function.
86 */
87 deleteInCache(url: string): Promise<void>;
88}
89
90export type ArtifactCacheType = "cache" | "indexeddb" | "cross-origin" | "opfs";

Callers 1

processShardFunction · 0.65

Implementers 4

ArtifactCacheweb/src/artifact_cache.ts
ArtifactIndexedDBCacheweb/src/artifact_cache.ts
ArtifactOPFSCacheweb/src/artifact_cache.ts
ArtifactCrossOriginStorageCacheweb/src/artifact_cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected