MCPcopy
hub / github.com/nodejs/undici / delete

Method delete

types/cache.d.ts:22–22  ·  view source on GitHub ↗
(request: RequestInfo, options?: CacheQueryOptions)

Source from the content-addressed store, hash-verified

20 addAll (requests: RequestInfo[]): Promise<undefined>,
21 put (request: RequestInfo, response: Response): Promise<undefined>,
22 delete (request: RequestInfo, options?: CacheQueryOptions): Promise<boolean>,
23 keys (request?: RequestInfo, options?: CacheQueryOptions): Promise<readonly Request[]>
24}
25

Callers 15

finalMethod · 0.65
deleteMethod · 0.65
closeClientIfUnusedMethod · 0.65
deduplicate.jsFile · 0.65
deleteMethod · 0.65
runLookupMethod · 0.65
deleteRecordsMethod · 0.65
constructorMethod · 0.65
setMethod · 0.65
[kClose]Method · 0.65
[kClose]Method · 0.65
recordMethod · 0.65

Implementers 1

Cachelib/web/cache/cache.js

Calls

no outgoing calls

Tested by

no test coverage detected