Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for editSnapshotAfterEvictAllReturnsNullDueToStaleValue (0.24 seconds)

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

          it.assertValue(1, "a")
        }
        assertThat(cache.size()).isEqualTo(0L)
      }
    
      @Test
      fun editSnapshotAfterEvictAllReturnsNullDueToStaleValue() {
        val expectedByteCount = if (windows) 2L else 0L
        val afterRemoveFileContents = if (windows) "a" else null
    
        set("a", "a", "a")
        cache["a"]!!.use {
          cache.evictAll()
    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