import NodeCache from "node-cache" export const myCache = new NodeCache({ stdTTL: 3600, checkperiod: 60 });