import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { DeleteCacheRequest } = Protocol.CacheStorage;
Properties
cacheId: CacheId
Id of cache for deletion.
x/pptr/vendor/devtools-protocol/protocol.d.ts>Protocol.CacheStorage.DeleteCacheRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { DeleteCacheRequest } = Protocol.CacheStorage;
Id of cache for deletion.