(request: RequestInfo, options?: CacheQueryOptions)
| 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 |
no outgoing calls
no test coverage detected