@lelantos-org/sdk / prover / clearArtifactCache
Function: clearArtifactCache() โ
ts
function clearArtifactCache(): Promise<boolean>;Defined in: @lelantos-org/sdk/dist/prover/artifact-cache.d.ts:43
Drop every cached artifact. Use after publishing new proving keys under URLs that did not change, or to reclaim the ~90 MB all three shapes occupy.
Resolves to false when there was nothing to delete or the Cache API is unavailable.
Returns โ
Promise<boolean>