cache.ts 107 B

12345
  1. import cache from 'node-cache';
  2. const TipiCache = new cache({ stdTTL: 7200 });
  3. export default TipiCache;