MCPcopy Create free account
hub / github.com/nodejs/undici / revalidationResponseUpdatesCacheControl

Function revalidationResponseUpdatesCacheControl

lib/interceptor/cache.js:134–136  ·  view source on GitHub ↗
(headers)

Source from the content-addressed store, hash-verified

132}
133
134function revalidationResponseUpdatesCacheControl (headers) {
135 return headers['cache-control'] !== undefined
136}
137
138function deleteCachedValue (store, cacheKey) {
139 try {

Callers 1

handleResultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected