@cremeta/harp-lrucache
v2.0.1
Published
LRU cache
Downloads
125
Readme
@xyzmaps/harp-lrucache
Overview
This module provides a cache that evicts its items based on the [least-recently-used (LRU)][https://en.wikipedia.org/wiki/Cache_replacement_policies#Least_recently_used_(LRU)] policy.