8 lines
104 B
JavaScript
Raw Normal View History

const NodeCache = require('node-cache')
module.exports = {
init() {
return new NodeCache()
}
}