fedisearch/application/src/lib/cache.ts

4 wiersze
73 B
TypeScript

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