brave-cache
A flexible semantic Api for handling multiple node cache drivers.
A flexible semantic Api for handling multiple node cache drivers.
![alt text][logo] [logo]: http://www.imagemagick.org/Usage/color_basics/cow.gif "Cache-cow" an orm for key value stoes
Maps and Sets with cache replacement policies, TC39 proposal-policy-map-set implementation
In-memory dictionary that limits the number of keys using a specific replacement policy.
Bun SQLite cache is a Bun-ified version of [jkelin](https://github.com/jkelin)'s [sqlite-lru-cache](https://github.com/jkelin/cache-sqlite-lru-ttl) (with TTL). Bun's lightning-fast implementation makes this perfect for a quick in-memory caching solution w
A high-performance, asynchronous caching library with pluggable storage backends.
Rate limit guard is a library that helps to prevent overload of the Node.js server. This plugin can help to reduce the timing of the execution of requests. Usually, if you have more requests than your applications can handle it creates a big queue of requ
Plugin for Elysia that for LRU Caching
Fast, small, most-efficient JavaScript memoization lib to memoize JS functions
Cache implementation with an LRU evicting policy
Extensible Cache
Hooks for adding an in-memory, scopable LRU-cache in FeathersJS services
A high-performance, thread-safe LRU cache implementation for fibjs with TTL support and resolver functionality
FlacheJS is an npm library for dealing with client-side caching.
A customizable & flexible cache for your next app
A LRU (least-recently-used) in-memory cache for Node.js.
fn-memoize is a lightweight utility that enables efficient memoization of functions, reducing redundant computations by caching results. This package helps optimize performance for functions that are called repeatedly with the same arguments, making it es
`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
Standalone LRU Cache.
Fast, small, efficient JavaScript memoization lib to memoize JS functions