Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Calm (0.03 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt

      }
    
      private fun addFinalFailingResponse() {
        // Should not get to this response, so fail if so.
        // Avoids timeout on error
        server.enqueue(MockResponse(code = 420, body = "Enhance Your Calm"))
      }
    
      @Test
      fun evictAll() {
        server.enqueue(
          MockResponse
            .Builder()
            .addHeader("Cache-Control: max-age=60")
            .body("A")
            .build(),
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Fri Mar 20 09:13:37 GMT 2026
    - 121K bytes
    - Click Count (0)
Back to Top