Skip to main content
Module

x/plug/mod.ts>Plug.CachePolicy

🔌 Deno plugin management library
Go to Latest
type alias Plug.CachePolicy
import { type Plug } from "https://deno.land/x/plug@0.5.2/mod.ts";
const { CachePolicy } = Plug;
definition: "NONE" | "STORE"
variable Plug.CachePolicy
import { Plug } from "https://deno.land/x/plug@0.5.2/mod.ts";
const { CachePolicy } = Plug;