MCPcopy 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

1const CACHE_EXPIRY_TIME_MIN = 0.1;
2const CACHE_SIZE_MB = 10;
3const minutesToMilliseconds = (minutes) => minutes * 60000;
4const CACHE_TTL_24H_MIN = 24 * 60;

Callers

nothing calls this directly

Calls 2

cachePoolFunction · 0.85
cachedKeysStoreFunction · 0.85

Tested by

no test coverage detected