- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for MutableIterator (0.1 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
* * The iterator supports [MutableIterator.remove]. Removing a URL from the iterator evicts the * corresponding response from the cache. Use this to evict selected responses. */ @Throws(IOException::class) fun urls(): MutableIterator<String> { return object : MutableIterator<String> { private val delegate: MutableIterator<DiskLruCache.Snapshot> = cache.snapshots()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 26.9K bytes - Viewed (0)