//okhttp/okhttp3/CacheControl/Builder/onlyIfCached
onlyIfCached¶
[common]\ expect fun onlyIfCached(): CacheControl.Builder
Only accept the response if it is in the cache. If the response isn’t cached, a 504 Unsatisfiable Request
response will be returned.
[jvm, nonJvm]\ [jvm, nonJvm]\ actual fun onlyIfCached(): CacheControl.Builder