mirror of https://github.com/requarks/wiki
8 lines
104 B
8 lines
104 B
6 years ago
|
const NodeCache = require('node-cache')
|
||
|
|
||
|
module.exports = {
|
||
|
init() {
|
||
|
return new NodeCache()
|
||
|
}
|
||
|
}
|