## Overview The Memory Cache Adapter provides an in-memory implementation of the caching library. This adapter is perfect for development environments, testing, or scenarios where a lightweight, process-local cache is needed. It maintains data in memory,
A simple key/value storage using files to persist the data
High Performance In-Memory Cache for Node.js
An LRU cache of weak references
A cache object that deletes the least-recently-used items.
Require hook for automatic V8 compile cache persistence
A simple in-memory cache. put(), get() and del()
In-memory Cache Module for Medusa
Require hook for automatic V8 compile cache persistence
High Performance Layer 1 / Layer 2 Caching with Keyv Storage
Useful TypeScript utilities.
useMemo and useCallback but with a stable cache
MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.
TypeScript definitions for memory-cache
walk paths fast and efficiently
Zero-runtime-dependency caching and atomic state toolkit for Node.js services.
A lightweight, zero-dependency in-memory cache for TypeScript and JavaScript with TTL expiration, LRU eviction, wildcard pattern deletion, and a powerful @cached decorator for method-level memoization. Perfect for API response caching, session storage, an
Memoize/cache function results
EditorConfig File Locator and Interpreter for Node.js
Simple “Least Recently Used” (LRU) cache
Multi-tier cache module for Node.js. Redis, Upstash, CloudfareKV, File, in-memory and others drivers
Fast, modern and event loop non-blocking memory cache for Node.js and browse
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.
Redis Cache Module for Medusa