* Put the provided request/response into the cache. * * How is the API different from browsers? * 1. You cannot match cache objects using by relative paths. * 2. You cannot pass options like `ignoreVary`, `ignoreMethod`, `ignoreSearch`.
(request: RequestInfo | URL, response: Response)
| 14935 | * 2. You cannot pass options like `ignoreVary`, `ignoreMethod`, `ignoreSearch`. |
| 14936 | */ |
| 14937 | put(request: RequestInfo | URL, response: Response): Promise<void>; |
| 14938 | /** |
| 14939 | * Return cache object matching the provided request. |
| 14940 | * |
no outgoing calls
no test coverage detected