Cache

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

Constructors

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

Properties

Link copied to clipboard

When it was last updated

Link copied to clipboard
Link copied to clipboard

If it has fully loaded

Link copied to clipboard