Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/allo_caching/mod.ts>Cache#has

🦕 Simple cache for Deno.
Latest
method Cache.prototype.has
import { Cache } from "https://deno.land/x/allo_caching@v1.2.0/mod.ts";

Check if value exists in cache.

Parameters

key: string

Returns

boolean