okhttp / okhttp3 / CacheControl / Builder / onlyIfCached

onlyIfCached

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.