Package io.ktor.client.features.cache

Types

Link copied to clipboard
class HttpCache(publicStorage: HttpCacheStorage, privateStorage: HttpCacheStorage)

This feature allows using HTTP cache.

Link copied to clipboard
class HttpCacheEntry

Client single response cache with expires and varyKeys.

Link copied to clipboard
class InvalidCacheStateException(requestUrl: Url) : IllegalStateException