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

x/velo/src/caches/lfu.ts>LFU#remove

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

Removes the cache entry with given key

Parameters

key: Key

The entries key