Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nodejs/undici
/ cache.js
File
cache.js
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
11
assertCacheStore
Function · 0.85
assertCacheMethods
Function · 0.85
assertCacheOrigins
Function · 0.85
parseCacheControlHeader
Function · 0.85
makeCacheKey
Function · 0.85
handleResult
Function · 0.85
filter
Method · 0.80
normalizeHeaders
Function · 0.70
get
Method · 0.65
dispatch
Function · 0.50
toString
Method · 0.45
Tested by
no test coverage detected