export interface CacheEntry { timeAdded: number; msToLive: number; }