export interface CacheModel { [hash: string]: { objHash?: object; objGroup?: object; group?: string; data: any; }; }