export interface CacheValue { type: any; value: string | boolean | number | Date | object; }