- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for evictAll (0.04 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 121K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
// Connection is not pooled. assertThat(server.takeRequest().exchangeIndex).isEqualTo(0) } @Test fun endOfStreamResponseIsNotPooled() { client.connectionPool.evictAll() server.enqueue( MockResponse .Builder() .body("{}") .clearHeaders() .onResponseEnd(ShutdownConnection) .build(), )Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 133.3K bytes - Click Count (0)