//okhttp/okhttp3/Request/Builder/cacheControl
cacheControl¶
[common]\ expect open fun cacheControl(cacheControl: CacheControl): Request.Builder
Sets this request’s Cache-Control
header, replacing any cache control headers already present. If cacheControl doesn’t define any directives, this clears this request’s cache-control headers.
[jvm, nonJvm]\ [jvm, nonJvm]\ actual open fun cacheControl(cacheControl: CacheControl): Request.Builder