Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/velo/src/caches/lru.ts>LRU#peek

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

Get the value to a key without manipulating the cache

Parameters

key: Key

The entries key