//okhttp/okhttp3/CacheControl/Companion/FORCE_CACHE
FORCE_CACHE¶
[common]\ expect val FORCE_CACHE: CacheControl
Cache control request directives that uses the cache only, even if the cached response is stale. If the response isn’t available in the cache or requires server validation, the call will fail with a 504 Unsatisfiable Request
.
[jvm, nonJvm]\ [jvm]\
actual val FORCE_CACHE: CacheControl
[nonJvm]\ actual val FORCE_CACHE: CacheControl