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