Skip to main content
Module

x/allo_caching/mod.ts>DependenciesType

🦕 Simple cache for Deno.
Latest
type alias DependenciesType
Re-export
import { type DependenciesType } from "https://deno.land/x/allo_caching@v1.2.0/mod.ts";
definition: { expire?: number; callbacks?: (() => boolean) | (() => boolean)[]; files?: string | string[]; sliding?: boolean; }