CacheSummary

constructor(    id: Int,     scope: String,     game: String,     environment: String,     language: String,     builds: SortedSet<CacheExporter.Build>,     timestamp: Instant?,     sources: SortedSet<String>,     stats: CacheExporter.Stats?)