6 lines
95 B
JavaScript
6 lines
95 B
JavaScript
|
|
const NodeCache = require('node-cache')
|
||
|
|
|
||
|
|
const cache = new NodeCache()
|
||
|
|
|
||
|
|
module.exports = cache
|