Cache Exporter
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Cache(val id: Int, val sources: List<CacheExporter.Source>, val updates: List<String>, val stats: CacheExporter.Stats?, val archives: List<CacheExporter.Archive>, val indexes: List<CacheExporter.IndexStats>?, val masterIndex: Js5MasterIndex?, val checksumTable: ChecksumTable?)
Link copied to clipboard
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?)
Link copied to clipboard