Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for noSizeCorruptionAfterCreatorDetached (0.61 seconds)

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

        filesystem.setFaultyDelete(cacheDir / "a.1", false)
        taskFaker.runNextTask()
        assertThat(cache["a"]).isNull()
      }
    
      @Test
      fun noSizeCorruptionAfterCreatorDetached() {
        Assumptions.assumeFalse(windows) // Windows can't have two concurrent editors.
    
        // Create an editor for k1. Detach it by clearing the cache.
        val editor = cache.edit("k1")!!
    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)
Back to Top