/** * 缓存类 * @return {[type]} [description] */ var Cache = Class(function(){ return { init: function(){ }, run: function(){ } } }); module.exports = Cache;