CacheObject constructor
CacheObject(})
Implementation
CacheObject(
this.url, {
String? key,
required this.relativePath,
required this.validTill,
this.eTag,
this.id,
this.length,
this.touched,
}) : key = key ?? url;