Cache

data class Cache(    val linkCache: MutableSet<ExtractorLink>,     val subtitleCache: MutableSet<SubtitleData>,     var lastCachedTimestamp: Long = unixTime)(source)

Constructors

Link copied to clipboard
constructor(linkCache: MutableSet<ExtractorLink>, subtitleCache: MutableSet<SubtitleData>, lastCachedTimestamp: Long = unixTime)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard