imageCache: {
    [key: string]: {
        image: IRenderer;
        timeout: number;
    };
} = {}