Cache Packages

cache-lru

In-Memory Cache with O(1) Operations and LRU Purging Strategy

1.2.0 • Published 1 year ago

lazy-object

Define lazy properties on objects that are initialized once and only when accessed. Also known as a lazy initialization and cached/memoized getters.

1.0.1 • Published 10 years ago

js-lru

A finite key-value cache using the Least Recently Used (LRU) cache algorithm where the most recently used objects are keept in cache while less recently used items are purged.

1.0.0 • Published 9 years ago