- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for journalWithEditAndPublish (0.13 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt
createNewCache() cache["k1"]!!.use { it.assertValue(0, "A") it.assertValue(1, "B") } } @Test fun journalWithEditAndPublish() { val creator = cache.edit("k1")!! assertJournalEquals("DIRTY k1") // DIRTY must always be flushed. creator.setString(0, "AB") creator.setString(1, "C") creator.commit()
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)