- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for postInvalidatesCacheWithUncacheableResponse (0.6 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
val invalidate = client.newCall(request).execute() assertThat(invalidate.body.string()).isEqualTo("B") assertThat(get(url).body.string()).isEqualTo("C") } @Test fun postInvalidatesCacheWithUncacheableResponse() { // 1. Seed the cache. // 2. Invalidate it with an uncacheable response. // 3. Expect a cache miss. server.enqueue( MockResponse .Builder()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 121K bytes - Click Count (0)