- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for RealCacheRequest (0.07 seconds)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
} val entry = Entry(response) var editor: DiskLruCache.Editor? = null try { editor = cache.edit(key(response.request.url)) ?: return null entry.writeTo(editor) return RealCacheRequest(editor) } catch (_: IOException) { abortQuietly(editor) return null } } @Throws(IOException::class) internal fun remove(request: Request) {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Mar 20 09:13:37 GMT 2026 - 26.9K bytes - Click Count (0)