- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for RealCacheRequest (0.09 sec)
-
okhttp/src/main/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 Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 26.8K bytes - Viewed (0)