- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for rebuildJournalOnRepeatedReads (0.15 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
set("a", "a", "b") val snapshot = cache["a"]!! assertThat(snapshot.getSource(0)).isSameInstanceAs(snapshot.getSource(0)) snapshot.close() } @Test fun rebuildJournalOnRepeatedReads() { set("a", "a", "a") set("b", "b", "b") while (taskFaker.isIdle()) { assertValue("a", "a", "a") assertValue("b", "b", "b") } } @Test
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 59.4K bytes - Click Count (0)