import { type CacheOptions } from "https://deno.land/x/plug@1.0.0-rc.3/mod.ts";
Options for controlling how plug caches files
Properties
optional
location: CacheLocationThe location where plug should cache the fetched file
optional
cache: CacheSettingThe cache policy plug should use, see CacheSetting