// Shared extraction cache export const extractionCache = new Map(); export const CACHE_TTL = 1000 * 60 * 10; // 10 minutes