const NodeCache = require("node-cache"); class CacheService extends NodeCache {} module.exports = new CacheService();