export interface CacheObj { expiresAt: number; data: T; }