mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
const NodeCache = require('node-cache')
|
|
|
|
module.exports = {
|
|
init() {
|
|
return new NodeCache()
|
|
}
|
|
}
|