cacheCfg.js 268 B

123456789101112
  1. /**
  2. * Created by Tony on 2017/3/24.
  3. */
  4. var rptUtil = require("../modules/reports/util/rpt_util");
  5. //rptUtil.setReportDefaultCache();
  6. module.exports = {
  7. setupDftCache: function() {
  8. rptUtil.setReportDefaultCache();
  9. //and others...(if any)
  10. }
  11. }