@unsudo/memoizer
Store the results of expensive function calls and return the cached result when the same input occurs again
Store the results of expensive function calls and return the cached result when the same input occurs again
Cache function return value in redis
A high-performance function call caching and deduplication solution for NestJS, optimizing concurrent function calls and reducing duplicate operations in high-concurrency scenarios.
Store the results of expensive function calls and return the cached result when the same input occurs again
`FnMergeCache` is a caching utility that allows functions to cache their results based on input arguments, with options for cache lifetime, size limits, error handling, and parameter comparison, while supporting cache invalidation via tags and global reva