//var memcache = thinkRequire("MemcacheSocket"); module.exports = Cache(function(){ "use strict"; return { init: function(){ }, get: function(){ }, set: function(){ }, rm: function(){ } }; });