CacheFor: {
    [key: string]: {
        timeout: number;
        value: unknown;
    } | null;
}