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

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

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

type

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