MCPcopy Create free account
hub / github.com/chokcoco/iCSS / clear

Method clear

website/app/lib/cache.ts:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 clear(): void {
48 this.cache.clear();
49 }
50
51 // 清理过期的缓存项
52 cleanup(): void {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected