Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sly777/ran
/ getCacheKey
Function
getCacheKey
server.js:58–60 ·
view source on GitHub ↗
(req)
Source
from the content-addressed store, hash-verified
56
* an immediate page change (e.g a locale stored in req.session)
57
*/
58
const
getCacheKey =
function
getCacheKey(req) {
59
return
`${req.url}`;
60
};
61
62
const
renderAndCache =
function
renderAndCache(
63
req,
Callers
1
renderAndCache
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected