TorrentProviderCache

A TorrentProviderCache enables saving and restoring authentication tokens and search results.

Functions

Link copied to clipboard

Load the cached results with the provider and query.

Link copied to clipboard
abstract fun loadToken(provider: TorrentProvider): String?

Load the cached token or null for the provider.

Link copied to clipboard
abstract fun saveResults(provider: TorrentProvider, query: TorrentQuery, results: List<TorrentDescription>)

Save the results from the provider and query.

Link copied to clipboard
abstract fun saveToken(provider: TorrentProvider, token: String)

Save the token for provider.