Simplify your online presence. Elevate your brand.

Introducing Medusa Cache

Medusa Announcing Medusa Cache
Medusa Announcing Medusa Cache

Medusa Announcing Medusa Cache Medusa cache is a caching layer built into our core framework and fully integrated with medusa cloud. starting today, it’s available on all plans at no additional cost. applications deployed on medusa cloud automatically benefit from the caching layer, resulting in an average 2.2x performance gain. Medusa cache makes core commerce apis 2.2x faster. available today on all medusa cloud plans at no additional cost. more.

Medusa Announcing Medusa Cache
Medusa Announcing Medusa Cache

Medusa Announcing Medusa Cache Medusa cache is a caching layer that improves your application's performance and reduces costs. it's available to all environments and plans out of the box at no additional cost. This comprehensive guide shows you how to implement redis caching in medusa v1 to dramatically improve your store's performance, complete with real world benchmarks and production ready code. As the cache functionality is handled with a module, developers have the freedom to choose whichever third party service or logic they used to handle caching. medusa also provides two cache modules: local cache and redis cache modules. The caching module provides functionality to cache data in your medusa application, improving performance and reducing latency for frequently accessed data. for example, medusa uses the caching module to cache product information, and you can cache custom data such as brand information.

Medusa Medusa Cache Benchmarks 2 2x Faster Apis
Medusa Medusa Cache Benchmarks 2 2x Faster Apis

Medusa Medusa Cache Benchmarks 2 2x Faster Apis As the cache functionality is handled with a module, developers have the freedom to choose whichever third party service or logic they used to handle caching. medusa also provides two cache modules: local cache and redis cache modules. The caching module provides functionality to cache data in your medusa application, improving performance and reducing latency for frequently accessed data. for example, medusa uses the caching module to cache product information, and you can cache custom data such as brand information. In memory cache module for medusa. latest version: 2.1.3, last published: 15 days ago. start using @medusajs cache inmemory in your project by running `npm i @medusajs cache inmemory`. there are 77 other projects in the npm registry using @medusajs cache inmemory. World's most popular open source commerce platform. Medusa in memory cache module. use plain js map as a cache store. ttl?: number time to keep data in cache (in seconds) recommended for testing and development. for production, use redis cache module. check @medusajs cache inmemory 2.8.4 package last release 2.8.4 with mit licence at our npm packages aggregator and search engine. In this guide, you’ll learn about the different methods in the caching module's service and how to use them. note: the caching module and its providers are available starting medusa v2.11.0. tip: you should use the caching module's service when you're caching computed data or data from external apis.

Comments are closed.