Skip to main content
Module

x/drollup/deps.ts>Cache.Wrapper

Next-generation ES module bundler ported for Deno
Latest
class Cache.Wrapper
import { Cache } from "https://deno.land/x/drollup@2.58.0+0.20.0/deps.ts";
const { Wrapper } = Cache;

Constructors

new
Wrapper(ns?: string)

Methods

cache(url: string | URL, policy?: Policy): Promise<File>
exists(url: string | URL): Promise<boolean>
purge(): Promise<boolean>
remove(url: string | URL): Promise<boolean>