//okhttp/okhttp3/Request/cacheControl
cacheControl¶
[common]\ expect 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, nonJvm]\ [jvm]\
@get:JvmName(name = "cacheControl")
actual val cacheControl: CacheControl
[nonJvm]\ actual val cacheControl: CacheControl