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

CacheInvalidationRule

import type { CacheInvalidationRule } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface CacheInvalidationRule {
host?: string;
path?: string;
}

§Properties

§
host?: string
[src]

If set, this invalidation rule will only apply to requests with a Host header matching host.

§
path?: string
[src]