Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias DependenciesType
import { type DependenciesType } from "https://deno.land/x/allo_caching@v1.2.0/libs/DependenciesType.ts";
definition: { expire?: number; callbacks?: (() => boolean) | (() => boolean)[]; files?: string | string[]; sliding?: boolean; }