- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for RealCacheRequest (0.2 sec)
-
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) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 26.9K bytes - Viewed (0)