//okhttp/okhttp3/Response/cacheResponse
cacheResponse¶
[common, nonJvm]\ [common]\ expect val cacheResponse: Response?
[nonJvm]\ actual val cacheResponse: Response?
Returns the raw response received from the cache. Will be null if this response didn’t use the cache. For conditional get requests the cache response and network response may both be non-null. The body of the returned response should not be read.
[jvm]\
@get:JvmName(name = "cacheResponse")
actual val cacheResponse: Response?