CacheEntryMetadata constructor
CacheEntryMetadata({})
Implementation
CacheEntryMetadata({
required this.url,
required this.relativePath,
required this.validTill,
this.eTag,
this.length = 0,
this.touchedAt,
});