- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for trackConditionalCacheHit (0.07 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
} else if (cacheStrategy.cacheResponse != null) { // This response uses the cache and not the network. That's a cache hit. hitCount++ } } @Synchronized internal fun trackConditionalCacheHit() { hitCount++ } @Synchronized fun networkCount(): Int = networkCount @Synchronized fun hitCount(): Int = hitCount @Synchronized fun requestCount(): Int = requestCount
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 26.9K bytes - Viewed (0)