Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class CacheStorage
Abstract
import { CacheStorage } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Properties

readonly
default: Cache

Methods

open(cacheName: string): Promise<Cache>