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

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

Returns true if the key is present from the previous run (cold data)

Parameters

key: string