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:
@@ -831,6 +831,30 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/infrastructure-modules/cache/redis/page.mdx",
|
||||
"pathname": "/infrastructure-modules/cache/redis"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/infrastructure-modules/caching/concepts/page.mdx",
|
||||
"pathname": "/infrastructure-modules/caching/concepts"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/infrastructure-modules/caching/guides/memcached/page.mdx",
|
||||
"pathname": "/infrastructure-modules/caching/guides/memcached"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/infrastructure-modules/caching/migrate-cache/page.mdx",
|
||||
"pathname": "/infrastructure-modules/caching/migrate-cache"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/infrastructure-modules/caching/page.mdx",
|
||||
"pathname": "/infrastructure-modules/caching"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/infrastructure-modules/caching/providers/page.mdx",
|
||||
"pathname": "/infrastructure-modules/caching/providers"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/infrastructure-modules/caching/providers/redis/page.mdx",
|
||||
"pathname": "/infrastructure-modules/caching/providers/redis"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/infrastructure-modules/event/create/page.mdx",
|
||||
"pathname": "/infrastructure-modules/event/create"
|
||||
@@ -1931,6 +1955,14 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/references/cache/interfaces/cache.ICacheService/page.mdx",
|
||||
"pathname": "/references/cache/interfaces/cache.ICacheService"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/caching/interfaces/caching.ICachingModuleService/page.mdx",
|
||||
"pathname": "/references/caching/interfaces/caching.ICachingModuleService"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/caching/interfaces/caching.ICachingProviderService/page.mdx",
|
||||
"pathname": "/references/caching/interfaces/caching.ICachingProviderService"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/cart/IBigNumber/methods/cart.IBigNumber.toJSON/page.mdx",
|
||||
"pathname": "/references/cart/IBigNumber/methods/cart.IBigNumber.toJSON"
|
||||
@@ -14187,6 +14219,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/references/modules/cache/page.mdx",
|
||||
"pathname": "/references/modules/cache"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/modules/caching/page.mdx",
|
||||
"pathname": "/references/modules/caching"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/modules/cart/page.mdx",
|
||||
"pathname": "/references/modules/cart"
|
||||
|
||||
Reference in New Issue
Block a user