Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CacheQueryOptions

interface CacheQueryOptions {
ignoreMethod?: boolean;
ignoreSearch?: boolean;
ignoreVary?: boolean;
}

§Properties

§
ignoreMethod?: boolean
[src]
§
ignoreSearch?: boolean
[src]
§
ignoreVary?: boolean
[src]