Medusa in-memory cache module. Use plain JS Map as a cache store.
yarn add @medusajs/cache-inmemory
{
ttl?: number // Time to keep data in cache (in seconds)
}
Recommended for testing and development. For production, use Redis cache module.