fn-merge-cache
`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
@unsudo/memoiser
Store the results of expensive function calls and return the cached result when the same input occurs again