Map cache with expiration and es6 `Map`s
A cache object that deletes the least-recently-used items.
Simple key-value storage with support for multiple backends
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
Basic cache object for storing key-value pairs.
A cache object that deletes the least-recently-used items.
Simple key-value storage with support for multiple backends
A simple key/value storage using files to persist the data
In-memory Cache Module for Medusa
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.
High Performance In-Memory Cache for Node.js
A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.
Various cache implementations
Require hook for automatic V8 compile cache persistence
Simple caching object with optional TTL and file system persistence.
No description provided.
Memoize functions results using an lru-cache.
Require hook for automatic V8 compile cache persistence
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
Simple “Least Recently Used” (LRU) cache
Fast LRU and TTL cache with upsert and promise option