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