- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for CacheResponseBody (0.12 seconds)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
cache.remove(key(request.url)) } internal fun update( cached: Response, network: Response, ) { val entry = Entry(network) val snapshot = (cached.body as CacheResponseBody).snapshot var editor: DiskLruCache.Editor? = null try { editor = snapshot.edit() ?: return // edit() returns null if snapshot is not current. entry.writeTo(editor) editor.commit()
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) -
okhttp/src/androidMain/baseline-prof.txt
Lkotlinx/coroutines/scheduling/UnlimitedIoScheduler; Lkotlinx/coroutines/scheduling/WorkQueue; Lokhttp3/Address; Lokhttp3/Authenticator$Companion$AuthenticatorNone; Lokhttp3/Authenticator; Lokhttp3/Cache$CacheResponseBody; Lokhttp3/Cache$Entry; Lokhttp3/Cache$RealCacheRequest; Lokhttp3/Cache; Lokhttp3/CacheControl$Companion; Lokhttp3/CacheControl; Lokhttp3/Call; Lokhttp3/Callback;
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Dec 30 23:28:56 GMT 2024 - 127.9K bytes - Click Count (1)