Simple class implementing LRU-like behaviour for a Map

Can be used to handle local cache of something

Uses two-way linked list internally to keep track of insertion/access order

Type Parameters

  • K extends string | number
  • V

Constructors

Methods

Constructors

Methods