Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RealDevSquad/website-backend
/ cache.js
File
cache.js
utils/cache.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
CACHE_EXPIRY_TIME_MIN = 0.1;
2
const
CACHE_SIZE_MB = 10;
3
const
minutesToMilliseconds = (minutes) => minutes * 60000;
4
const
CACHE_TTL_24H_MIN = 24 * 60;
Callers
nothing calls this directly
Calls
2
cachePool
Function · 0.85
cachedKeysStore
Function · 0.85
Tested by
no test coverage detected