matchAll
suspend fun matchAll(url: String = definedExternally, options: CacheQueryOptions = definedExternally): ReadonlyArray<Response>(source)
suspend fun matchAll(url: URL, options: CacheQueryOptions = definedExternally): ReadonlyArray<Response>(source)
suspend fun matchAll(request: Request, options: CacheQueryOptions = definedExternally): ReadonlyArray<Response>(source)