Cache

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?)

Constructors

Link copied to clipboard
constructor(    id: Int,     sources: List<CacheExporter.Source>,     updates: List<String>,     stats: CacheExporter.Stats?,     archives: List<CacheExporter.Archive>,     indexes: List<CacheExporter.IndexStats>?,     masterIndex: Js5MasterIndex?,     checksumTable: ChecksumTable?)

Properties

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