Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ cache.js
File
cache.js
deps/undici/src/lib/interceptor/cache.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
2
3
const
assert = require(
'node:assert'
)
4
const
{ Readable } = require(
'node:stream'
)
Callers
nothing calls this directly
Calls
15
assertCacheStore
Function · 0.85
assertCacheMethods
Function · 0.85
assertCacheOrigins
Function · 0.85
parseCacheControlHeader
Function · 0.85
makeCacheKey
Function · 0.85
handleResult
Function · 0.85
includes
Method · 0.80
normalizeHeaders
Function · 0.70
filter
Method · 0.65
get
Method · 0.65
require
Function · 0.50
dispatch
Function · 0.50
Tested by
no test coverage detected