Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cacheWritingResponse (0.06 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/CacheInterceptor.kt

            // Offer this request to the cache.
            val cacheRequest = cache.put(response.newBuilder().request(cacheNetworkRequest).build())
            return cacheWritingResponse(cacheRequest, response).also {
              if (cacheResponse != null) {
                // This will log a conditional cache miss only.
                listener.cacheMiss(call)
              }
            }
          }
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 10.3K bytes
    - Viewed (0)
Back to top