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

File cache.ts

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

Source from the content-addressed store, hash-verified

1interface CacheItem<T> {
2 data: T;
3 timestamp: number;
4 ttl: number; // Time to live in milliseconds

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.80
cleanupMethod · 0.45

Tested by

no test coverage detected