export const cacheMap = new Map< string, { /** Absolute expiration timestamp (`Date.now()`) */ expiresAt: number /** The cached data */ data: unknown } >()