feat(medusa): Cache modules (#3187)

This commit is contained in:
Frane Polić
2023-03-10 15:09:26 +01:00
committed by GitHub
parent f43f03badb
commit f97b3d7cce
42 changed files with 783 additions and 186 deletions
@@ -39,5 +39,9 @@ module.exports = {
resources: "shared",
resolve: "@medusajs/inventory",
},
cacheService: {
resolve: "@medusajs/cache-inmemory",
options: { ttl: 5 },
},
},
}