Commit b867602e authored by 刘文胜's avatar 刘文胜

缓存配置文件 放到config目录下

parent 515409d4
var cache = require('./cacheable');
var forumAboutMEService = require('../service/forumAboutMEService');
var cache = require('./../app/utils/cacheable');
var forumAboutMEService = require('./../app/service/forumAboutMEService');
cache.cacheable(forumAboutMEService, 'me2other', { ns: 'forum.service.forumAboutMEService.me2other5', dur: 10 });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment