- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for iteratorRemoveFromCache (0.08 sec)
-
okhttp/src/test/java/okhttp3/CacheTest.kt
// ... and nothing else. assertThat(i.hasNext()).isFalse() assertFailsWith<NoSuchElementException> { i.next() } } @Test fun iteratorRemoveFromCache() { // Put a response in the cache. server.enqueue( MockResponse.Builder() .addHeader("Cache-Control: max-age=60") .body("a") .build(), )
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 108.6K bytes - Viewed (0)