Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for CCcc (0.01 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/jvmTest/kotlin/okhttp3/internal/cache/DiskLruCacheTest.kt

          assertThat(inV1.readByte()).isEqualTo('A'.code.toByte())
    
          val v1Updater = cache.edit("k1")!!
          v1Updater.setString(0, "CCcc")
          v1Updater.setString(1, "DDdd")
          v1Updater.commit()
    
          cache["k1"]!!.use { snapshot2 ->
            snapshot2.assertValue(0, "CCcc")
            snapshot2.assertValue(1, "DDdd")
          }
    
          assertThat(inV1.readByte()).isEqualTo('a'.code.toByte())
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sat Nov 01 12:18:11 GMT 2025
    - 59.4K bytes
    - Click Count (0)
Back to Top