flat-cache with a ttl option
flat-cache with a ttl option
A cache object that deletes the least-recently-used items.
A simple key/value storage using files to persist the data
Like a JavaScript Set, but with a TTL on entries
LRU and FIFO caches for Client or Server
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
Simple key-value storage with support for multiple backends
A cache object that deletes the least-recently-used items.
The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)
A super-fast, promise-based cache that reads and writes to the file-system.
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Simple key-value storage with support for multiple backends
Create a full Content-Type header given a MIME type or extension and cache the result
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
Memoize functions results using an lru-cache.
Simple caching object with optional TTL and file system persistence.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
Redis Cache Module for Medusa
[](https://badge.fury.io/js/@tirke%2Fnode-cache-manager-ioredis)
In-memory Cache Module for Medusa
Basic cache object for storing key-value pairs.
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
Fast LRU and TTL cache with upsert and promise option