okhttp / okhttp3 / CacheControl / FORCE_CACHE

FORCE_CACHE

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.