Spaces:
No application file
No application file
File size: 140 Bytes
494fa67 | 1 2 3 4 | // Shared extraction cache
export const extractionCache = new Map<string, any>();
export const CACHE_TTL = 1000 * 60 * 10; // 10 minutes
|