Spaces:
No application file
No application file
| // Shared extraction cache | |
| export const extractionCache = new Map<string, any>(); | |
| export const CACHE_TTL = 1000 * 60 * 10; // 10 minutes | |
| // Shared extraction cache | |
| export const extractionCache = new Map<string, any>(); | |
| export const CACHE_TTL = 1000 * 60 * 10; // 10 minutes | |