```sh npm install --save @extra-memoize/memory-cache # or yarn add @extra-memoize/memory-cache ```
A memoization library which only remembers the latest invocation
High Performance In-Memory Cache for Node.js
Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input
Memoize/cache function results
Intuitive magical memoization library with Proxy and WeakMap
Memoize promise-returning & async functions
fork of fast-memoize and support esm
Node.js solution for memoizing/caching function results on the file system
Fast memoization decorator and other helpers with 1st class support for Promises.
A simple key/value storage using files to persist the data
A memoization function that uses a WeakMap
memoize the last result, in async way
An LRU cache of weak references
A utility to provide lru memoization for any js function
LRU Queue
An efficient memoizer for functions that only receive immutable arguments. Ideal for Redux and similar environments.
A cache object that deletes the least-recently-used items.
Memoize decorator for Typescript
Memoize functions results using an lru-cache.
Memoize any function using Keyv as storage backend.
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
LRU Memoize
A simple Memoize helper, with TypeScript decorator support!