match

open fun match(request: Request<Any, Any>, options: CacheQueryOptions = definedExternally): Promise<Response?>
open fun match(request: Request<Any, Any>): Promise<Response?>
open fun match(request: String, options: CacheQueryOptions = definedExternally): Promise<Response?>
open fun match(request: String): Promise<Response?>
open fun match(request: URL, options: CacheQueryOptions = definedExternally): Promise<Response?>
open fun match(request: URL): Promise<Response?>