Skip to main content
Module

x/live/deps.ts>weakcache.WeakLRUCache

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
class weakcache.WeakLRUCache
extends Map
import { weakcache } from "https://deno.land/x/live@1.63.12/deps.ts";
const { WeakLRUCache } = weakcache;

Constructors

new
WeakLRUCache(options)

Methods

delete(key)
get(key, mode)
insert(
key,
entry,
expirationPriority,
)
onRemove(entry)
set(
key,
entry,
expirationPriority,
)
setValue(
key,
value,
expirationPriority,
)
used(entry, expirationPriority)