Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/frugal/packages/core/Cache.ts>Cache#set

A frugal web framework
Go to Latest
method Cache.prototype.set
import { Cache } from "https://deno.land/x/frugal@0.2.1/packages/core/Cache.ts";

Set the value associated to the key in hot data

Type Parameters

optional
V = VALUE

Parameters

key: string
value: V