Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/ext/cache/lib.deno_cache.d.ts>Cache

A modern runtime for JavaScript and TypeScript.
Latest
variable Cache
import { Cache } from "https://deno.land/x/deno@v2.0.4/ext/cache/lib.deno_cache.d.ts";

type

{ readonly prototype: Cache; new (): never; }