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

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

Returns true if the key is present from the current run (hot data)

Parameters

key: string