Adapter for using lru-cache with type-cacheable
High Performance In-Memory Cache for Node.js
TypeScript-based caching decorators
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
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
Cache Manager for Node.js
A simple key/value storage using files to persist the data
Wrap native HTTP requests with RFC compliant cache support
A cache object that deletes the least-recently-used items.
Simple “Least Recently Used” (LRU) cache
Adapter for using node-cache with type-cacheable
Simple “Least Recently Used” (LRU) cache
Simple and Maintained fast NodeJS internal caching
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
An LRU cache of weak references
node-simple-lru-cache =====================
Adapter for using ioredis with type-cacheable
Various cache implementations
Adapter for using redis with type-cacheable
Memoize functions results using an lru-cache.
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
Simple key-value storage with support for multiple backends
Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.
Cacheable Utilities for Caching Libraries