*Простой, легковесный in-memory кэш с TTL (Time-To-Live) для Node.js и браузера.* Поддерживает локальные хранилища, централизованный сервер и интеграцию с express-session.
A cache object that deletes the least-recently-used items.
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.
A simple key/value storage using files to persist the data
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 caching object with optional TTL and file system persistence.
Memoize functions results using an lru-cache.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
Fast LRU and TTL cache with upsert and promise option
Simple in-memory cache for JavaScript
Redis Cache Module for Medusa
[](https://badge.fury.io/js/@tirke%2Fnode-cache-manager-ioredis)
In-memory Cache Module for Medusa
extracts CSS into separate files
This plugins adds simple LRU caching to your `validate`, to improve performance by caching the validation result.
A cache object that deletes the least-recently-used items.
Standalone caching utilities with TTL, SWR, and HTTP response caching
Simple key-value storage with support for multiple backends