{"library":"egg-cache","install":[{"cmd":"npm install egg-cache","imports":["// config/plugin.js\nmodule.exports = {\n  cache: {\n    enable: true,\n    package: 'egg-cache',\n  },\n};","await app.cache.set('key', 'value');","const store = app.cache.store('redis');\nawait store.set('foo', 'bar');"]},{"cmd":"yarn add egg-cache","imports":[]},{"cmd":"pnpm add egg-cache","imports":[]}]}