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

Method put

types/cache.d.ts:21–21  ·  view source on GitHub ↗
(request: RequestInfo, response: Response)

Source from the content-addressed store, hash-verified

19 add (request: RequestInfo): Promise<undefined>,
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}

Callers 2

cache.jsFile · 0.65

Implementers 1

Cachelib/web/cache/cache.js

Calls

no outgoing calls

Tested by

no test coverage detected