MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / cacheKey

Function cacheKey

server/controllers/DataRequestCacheController.js:6–6  ·  view source on GitHub ↗
(drId)

Source from the content-addressed store, hash-verified

4const CACHE_SCHEMA_VERSION = runtimeCache.RUNTIME_CACHE_CONFIG?.cacheSchemaVersion || "1";
5
6const cacheKey = (drId) => `${CACHE_PREFIX}:v${CACHE_SCHEMA_VERSION}:${drId}`;
7
8const deserialize = (rawValue) => {
9 if (!rawValue) return false;

Callers 3

findLastFunction · 0.85
updateFunction · 0.85
removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected