cache.js 95 B

123456
  1. const NodeCache = require('node-cache')
  2. const cache = new NodeCache()
  3. module.exports = cache