Torrent Provider Cache
interface TorrentProviderCache
A TorrentProviderCache enables saving and restoring authentication tokens and search results.
Functions
Link copied to clipboard
Link copied to clipboard
Load the cached token or null for the provider.
Link copied to clipboard
abstract fun saveResults(provider: TorrentProvider, query: TorrentQuery, results: List<TorrentDescription>)