import { type CacheDirectoryOptions } from "https://deno.land/x/cicada@v0.1.49/lib.ts";
Options for a cached directory
Examples
Example 1
Example 1
const cacheDir: CacheDirectoryOptions = {
path: "node_modules"
sharing: "private"
}
Properties
path: FilePath
The path to the directory to cache