import { DenoDir } from "https://dotland.deno.dev/x/deno_cache@0.7.1/deno_dir.ts";
Methods
createHttpCache(options?: { vendorRoot?: string | URL; readOnly?: boolean; }): HttpCache
Static Methods
tryResolveRootPath(root: string | URL | undefined): string | undefined