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

x/cache_mapset/lru.ts>LRUMap#get

Maps and Sets with cache replacement policies, TC39 proposal-policy-map-set implementation
Latest
method LRUMap.prototype.get
import { LRUMap } from "https://deno.land/x/cache_mapset@1.0.0/lru.ts";

Returns

V | undefined