Files
api/src/cache.ts
2020-05-02 13:34:10 +09:30

3 lines
74 B
TypeScript

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