Cache

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

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