export interface CachedDataInterface {
    computationTime: number;
    dataMemorySize: number;
}
