mirror of https://github.com/Requarks/wiki.git
7 lines
104 B
7 lines
104 B
const NodeCache = require('node-cache')
|
|
|
|
module.exports = {
|
|
init() {
|
|
return new NodeCache()
|
|
}
|
|
}
|