Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
interface
CacheItem<T> {
2
data: T;
3
timestamp: number;
4
ttl: number;
// Time to live in milliseconds
Callers
nothing calls this directly
Calls
2
getInstance
Method · 0.80
cleanup
Method · 0.45
Tested by
no test coverage detected