docs: Caching Module (#13701)

* standard docs for caching module + deprecated cache module

* added guides for creating + using, and overall changes from cache to caching

* fix details related to redis provider

* fix build errors

* fix build error

* fixes

* add guides to sidebar

* add sidebar util

* document query + index

* moved cache tag conventions

* fix build errors

* added migration guide

* added memcached guide

* fixes

* general fixes and updates

* updated reference

* document medusa cache

* small fix

* fixes

* remove cloud cache

* revert edit dates changes

* revert edit dates

* small update
This commit is contained in:
Shahed Nasser
2025-10-21 10:34:27 +03:00
committed by GitHub
parent eefda0edce
commit 76f9da5ef4
50 changed files with 10530 additions and 145 deletions
@@ -59,8 +59,67 @@ export const infrastructureModulesSidebar = [
},
{
type: "category",
title: "Cache Module",
title: "Caching Module",
initialOpen: true,
children: [
{
type: "link",
path: "/infrastructure-modules/caching",
title: "Overview",
},
{
type: "link",
path: "/infrastructure-modules/caching/concepts",
title: "Concepts",
},
{
type: "link",
path: "/infrastructure-modules/caching/migrate-cache",
title: "Migrate from Cache Module",
},
{
type: "link",
title: "Providers",
path: "/infrastructure-modules/caching/providers",
children: [
{
type: "link",
path: "/infrastructure-modules/caching/providers/redis",
title: "Redis",
},
{
type: "link",
path: "/infrastructure-modules/caching/guides/memcached",
title: "Memcached",
},
],
},
{
type: "sub-category",
title: "Guides",
children: [
{
type: "link",
path: "/references/caching-module-provider",
title: "Create Caching Module Provider",
},
{
type: "link",
path: "/references/caching-service",
title: "Use Caching Module",
},
],
},
],
},
{
type: "category",
title: "Cache Module",
initialOpen: false,
badge: {
variant: "neutral",
text: "Deprecated",
},
children: [
{
type: "link",