Skip to content

v1.0.1

Compare
Choose a tag to compare
@ivanisidrowu ivanisidrowu released this 29 Sep 03:32
· 84 commits to master since this release
1f867ea

Adjust reader config params.

val result: ITunesChannelData = Reader.read<ITunesChannelData>(rssSource) {
    charset = Charsets.UTF_8
    useCache = false
    expiredTimeMillis = 600000L
}

useCache: Pull data from cache or remote server. The default setting is set to true.
flushCache: Clear the specific cache by URL.