Skip to main content
Module

x/weakcache/index.d.ts>LRFUExpirer

A cache using LRU and weak references to cache data in a way that works in harmony with garbage collection
Latest
class LRFUExpirer
import { LRFUExpirer } from "https://deno.land/x/weakcache@v1.1.4/index.d.ts";

Constructors

new
LRFUExpirer(options?: LRFUExpirerOptions)