Skip to main content
Module

x/deno_cache/mod.ts>createCache

A TypeScript implementation of Deno CLI's module cache
Extremely Popular
Go to Latest
function createCache
import { createCache } from "https://deno.land/x/deno_cache@0.4.1/mod.ts";

Creates a cache object that allows access to the internal DENO_DIR cache structure for remote dependencies and cached output of emitted modules.

Parameters

optional
unnamed 0: CacheOptions = [UNSUPPORTED]