Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method Cache.prototype.match
import { Cache } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Parameters

request: Request | string
optional
options: CacheQueryOptions

Returns

Promise<Response | undefined>