Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for re (0.14 sec)

  1. okhttp/src/main/kotlin/okhttp3/Cache.kt

          } catch (_: IOException) {
            // The cache cannot be written.
          }
          return null
        }
    
        if (requestMethod != "GET") {
          // Don't cache non-GET responses. We're technically allowed to cache HEAD requests and some
          // POST requests, but the complexity of doing so is high and the benefit is low.
          return null
        }
    
        if (response.hasVaryAll()) {
          return null
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 26.8K bytes
    - Viewed (0)
Back to top