CacheSummary

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard