method Cache.Wrapper.prototype.existsimport { Cache } from "https://deno.land/x/drollup@2.58.0%2B0.20.0/deps.ts"; const { Wrapper } = Cache; exists(url: string | URL): Promise<boolean>Parametersurl: string | URLReturnsPromise<boolean>