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

x/rimbu/list/custom/implementation/cache-map.ts>CacheMap

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class CacheMap
import { CacheMap } from "https://deno.land/x/rimbu@1.0.0/list/custom/implementation/cache-map.ts";

Properties

readonly
map: Map

Methods

get(key: any): any
setAndReturn<T>(key: any, value: T): T