6 lines
131 B

var cache = {
caching: require('./lib/caching'),
multi_caching: require('./lib/multi_caching')
};
module.exports = cache;