config.ts 140 B

12345
  1. export const ttl = 10; //seconds
  2. export const cacheKeys = {
  3. LOADEDCOLLECTIONS: 'LOADEDCOLLECTIONS',
  4. ALLCOLLECTIONS: 'ALLCOLLECTIONS',
  5. };