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#get

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

Return the value associated to the given key (in hot data first, then cold)

Type Parameters

optional
V = VALUE

Parameters

key: string

Returns

V | undefined