import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { DeleteEntryRequest } = Protocol.CacheStorage;
Properties
cacheId: CacheId
Id of cache where the entry will be deleted.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { DeleteEntryRequest } = Protocol.CacheStorage;
Id of cache where the entry will be deleted.