memoize-function
A memoization library that caches all results and supports *N* arguments with any type.
A memoization library that caches all results and supports *N* arguments with any type.
Ts decorator memoization that caches the result of the different arguments.
Module for functions memoization.
A timed map javascript data structure ideal for app level caching and memoization.
A TypeScript library that wraps objects in a cache-aware Proxy for faster method calls
Enhance Reselect selectors with deeper memoization and cache management
(temporary fork of `memoize-fs`, until #17 es2020 support is fixed) memoize/cache in file system solution for Node.js
Store the results of expensive function calls and return the cached result when the same input occurs again
A utility to provide lru memoization for any js function
A cache that stores key-value pairs with a time limit for each entry.
A library for caching and memoization. This library provides advanced memoization utils, cache-creating and the ability to freely composing a custom cache.
A cache that automatically removes the least-recently-used items.
This package provides a simple utility for caching the results of functions based on their input arguments. By caching previously computed results. The caching mechanism uses LRU(Least recently Used) cache method to store results.
An in-memory caching (memoization) decorator for Typescript
A `@cached_property` decorator for Node.
A typesafe function cache
Lightweight, lazy, cached function that runs only once when needed
This library provides two functions for optimizing function calls in JavaScript applications: memoize and cache.
A promise-based cache that reads and writes to the file-system.
A tiny utility to cache function outputs easily