2025-08-05 23:51:42 +08:00

6 lines
95 B
JavaScript

const NodeCache = require('node-cache')
const cache = new NodeCache()
module.exports = cache