Skip to main content
Module

x/plug/types.ts>CacheOptions

🔌 Deno FFI helper module
Go to Latest
interface CacheOptions
import { type CacheOptions } from "https://deno.land/x/plug@1.0.1/types.ts";

Options for controlling how plug caches files

Properties

optional
location: CacheLocation

The location where plug should cache the fetched file

optional
cache: CacheSetting

The cache policy plug should use, see CacheSetting