Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/velo/mod.ts>LFU#peek

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

Get the value to a key without manipulating the cache

Parameters

key: Key

The entries key