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

Class

website/app/lib/cache.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7class Cache {
8 private static instance: Cache;
9 private cache = new Map<string, CacheItem<unknown>>();
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected