(request: RequestInfo)
| 17 | match (request: RequestInfo, options?: CacheQueryOptions): Promise<Response | undefined>, |
| 18 | matchAll (request?: RequestInfo, options?: CacheQueryOptions): Promise<readonly Response[]>, |
| 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>, |
no outgoing calls
no test coverage detected