Class Cache

import { LRUCache } from "lru-cache";

Constructors

Properties

#cache: default<PossibleKeyType, DataNode>
#capacity: number

Accessors

Methods