Set Associative Cache
A TypeScript implementation of an N-way set-associative cache with configurable replacement policies, supporting operations like put, get, delete, and listAll. Optimized for performance and extensibility.
A cache object that deletes the least-recently-used items.
Function memoization with configurable caching and support for async functions
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Require hook for automatic V8 compile cache persistence
A simple key/value storage using files to persist the data
Require hook for automatic V8 compile cache persistence
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
LRU and FIFO caches for Client or Server
TypeScript definitions for http-cache-semantics
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
Create a full Content-Type header given a MIME type or extension and cache the result
A generational pseudo-LRU cache with strict maximum size limits.
[](https://www.npmjs.com/package/@aws-sdk/endpoint-cache) [](https://www.npmjs.com/package/@aws-sdk/e
No description provided.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
An LRU cache of weak references
A super-fast, promise-based cache that reads and writes to the file-system.
Cache Manager for Node.js
High Performance In-Memory Cache for Node.js
A drop-in substitute for the browser native localStorage API that runs on node.js.
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
Memoize functions results using an lru-cache.
A generic N-way associative cache with fixed-size capacity and random or least recently used (LRU) replacement.
A simple no_std, non-hashing, constant-capacity, constant-memory-usage LRU cache.
A set associative cache
To make Low-Level caching collaborate with Association caching.
Faster ActiveRecord associations using Rails cache.
Cache multiple collections or query based subsets from any Volt repository. Provides faster and simpler client-side processing. Reduces the burden of promise handling. Changes - updates, creates and destroys - can be saved (flushed) back to the repository at model, collection or cache level.
Specify attributes as code and provide lookup by I18n-, cache- or associated and support for building code classes.
An ActiveRecord plugin that combines an ordered habtm-like association with optional redis caching.
**Cache Ninja** is the ultimate solution for safely and efficiently caching associations in your Ruby on Rails applications. While association caching is typically discouraged, there are specific scenarios where it's not just beneficial but essential for optimizing performance. **Cache Ninja** has been rigorously tested and is currently employed in our production-grade servers, making it the most reliable gem for association caching in Rails.
Rails 3 Bayesian Ratings Gem
A quick and easy way to add counter cache functionality to model - document associations in Mongoid
Associate different cached content with a tag, then expire by tag instead of key
Make cache methods on ActiveRecord easy!