Convert to JSON
Map<String, dynamic> toJson() { return { 'url': url, 'sizeInBytes': sizeInBytes, 'timestamp': timestamp.toIso8601String(), 'cacheKey': cacheKey, }; }