Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/velo/mod.ts>LRU#remove

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

Removes the cache entry with given key

Parameters

key: Key

The entries key