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

x/velo/mod.ts>Lfu#set

A high-performance caching library for Deno. Supports LRU, LFU, ARC, and TinyLFU.
Latest
method Lfu.prototype.set
import { Lfu } from "https://deno.land/x/velo@1.0.0/mod.ts";

Parameters

key: K
value: V