From 73eac02bda8359eb56741d761028f1d1d95d099a Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 13 Nov 2025 16:18:53 +0200 Subject: [PATCH 1/2] docs: add redis prerequisite for Caching Module --- .../infrastructure-modules/caching/page.mdx | 23 +++++++++++++------ www/apps/resources/generated/edit-dates.mjs | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/www/apps/resources/app/infrastructure-modules/caching/page.mdx b/www/apps/resources/app/infrastructure-modules/caching/page.mdx index e2c23595c0a10..d12f109e50028 100644 --- a/www/apps/resources/app/infrastructure-modules/caching/page.mdx +++ b/www/apps/resources/app/infrastructure-modules/caching/page.mdx @@ -1,4 +1,4 @@ -import { CardList, Card, Table, CodeTabs, CodeTab } from "docs-ui" +import { CardList, Card, Table, CodeTabs, CodeTab, Prerequisites } from "docs-ui" export const metadata = { title: `Caching Module`, @@ -8,6 +8,12 @@ export const metadata = { In this guide, you'll learn about the Caching Module and its providers. + + +Refer to the [Medusa Cache Cloud](!cloud!/cache) guide for setting up the Caching Module in Medusa Cloud. + + + The Caching Module is available starting [Medusa v2.11.0](https://github.com/medusajs/medusa/releases/tag/v2.11.0). It replaces the deprecated [Cache Module](../cache/page.mdx). @@ -34,13 +40,16 @@ If you're using the Cache Module in your application, refer to the [migrate to t ## Install the Caching Module -The Caching Module is installed by default in your application. To use it, enable the caching feature flag and register the module in your `medusa-config.ts` file. - -{/* - -Caching features are enabled by default for Cloud users. Learn more in the [Medusa Cache](!cloud!/cache) guide. + - */} +The Caching Module is installed by default in your application. To use it, enable the caching feature flag and register the module in your `medusa-config.ts` file. ### 1. Enable Caching Feature Flag diff --git a/www/apps/resources/generated/edit-dates.mjs b/www/apps/resources/generated/edit-dates.mjs index c033b4cd066e3..e53a49fd41b6f 100644 --- a/www/apps/resources/generated/edit-dates.mjs +++ b/www/apps/resources/generated/edit-dates.mjs @@ -6615,7 +6615,7 @@ export const generatedEditDates = { "app/how-to-tutorials/tutorials/agentic-commerce/page.mdx": "2025-10-09T11:25:48.831Z", "app/storefront-development/production-optimizations/page.mdx": "2025-10-03T13:28:37.909Z", "app/how-to-tutorials/tutorials/category-images/page.mdx": "2025-11-07T08:55:59.228Z", - "app/infrastructure-modules/caching/page.mdx": "2025-10-13T11:46:36.452Z", + "app/infrastructure-modules/caching/page.mdx": "2025-11-13T14:18:03.173Z", "app/troubleshooting/subscribers/not-working/page.mdx": "2025-10-16T09:25:57.376Z", "references/js_sdk/admin/RefundReason/methods/js_sdk.admin.RefundReason.create/page.mdx": "2025-10-21T08:10:56.630Z", "references/js_sdk/admin/RefundReason/methods/js_sdk.admin.RefundReason.delete/page.mdx": "2025-10-21T08:10:56.634Z", From 4c76ad27ebeef46f796c1716e8e7e3ed5e63622d Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Fri, 14 Nov 2025 16:04:03 +0200 Subject: [PATCH 2/2] fix vale error --- www/apps/resources/app/infrastructure-modules/caching/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/infrastructure-modules/caching/page.mdx b/www/apps/resources/app/infrastructure-modules/caching/page.mdx index d12f109e50028..27ae597fe6844 100644 --- a/www/apps/resources/app/infrastructure-modules/caching/page.mdx +++ b/www/apps/resources/app/infrastructure-modules/caching/page.mdx @@ -10,7 +10,7 @@ In this guide, you'll learn about the Caching Module and its providers. -Refer to the [Medusa Cache Cloud](!cloud!/cache) guide for setting up the Caching Module in Medusa Cloud. +Refer to the [Medusa Cache Cloud](!cloud!/cache) guide for setting up the Caching Module in Cloud.