egg-ts-cache
v1.0.0
Published
注解式缓存
Downloads
2
Readme
egg-ts-cache
Install
$ npm i egg-ts-cache --save
Usage
// {app_root}/config/plugin.js
exports.tsCache = {
enable: true,
package: 'egg-ts-cache',
};
Configuration
// {app_root}/config/config.default.js
exports.tsCache = {
};
see config/config.default.js for more detail.
Example
Questions & Suggestions
Please open an issue here.