Files
api/app/cache.ts

3 lines
74 B
TypeScript

import NodeCache from 'node-cache';
export const cache = new NodeCache();