MCPcopy Create free account
hub / github.com/RealDevSquad/website-backend / generateCacheKey

Function generateCacheKey

utils/cache.js:196–198  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

194 return res.send(body);
195 };
196
197 next();
198 }
199 } catch (err) {
200 logger.error(`Error while getting cached response ${err}`);
201 next();

Callers 1

cacheResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected