//okhttp/okhttp3/Response/cacheControl
cacheControl¶
[common, nonJvm]\ [common]\ expect val cacheControl: CacheControl
[nonJvm]\ actual val cacheControl: CacheControl
Returns the cache control directives for this response. This is never null, even if this response contains no Cache-Control
header.
[jvm]\
@get:JvmName(name = "cacheControl")
actual val cacheControl: CacheControl