var memcache = think_require("MemcacheSocket"); module.exports = Cache(function(){ return { init: function(){ }, get: function(){ }, set: function(){ }, rm: function(name){ } } })