import NodeCache from "node-cache";

const myCache = new NodeCache();

export default myCache;
