export interface QueryResultCacheOptions { identifier: string; time?: number; duration: number; query: string; result?: any; }