Skip to main content
Module

x/deno_cache/mod.ts>FetchCacher#set

A TypeScript implementation of Deno CLI's module cache
Extremely Popular
Go to Latest
method FetchCacher.prototype.set
Re-export
import { FetchCacher } from "https://deno.land/x/deno_cache@0.4.1/mod.ts";

Parameters

type: CacheType
specifier: string
value: string

Returns

Promise<void>