Get cached timestamp for a query
DateTime? getTimestamp(Object queryKey) { final normalizedKey = QueryKey.normalize(queryKey); return _cache[normalizedKey]?.timestamp; }