Skip to main content
Module

x/velo/src/caches/base.ts>BaseCache#has

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
method BaseCache.prototype.has
import { BaseCache } from "https://deno.land/x/velo@0.1.5/src/caches/base.ts";