- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isFreshnessLifetimeHeuristic (0.13 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/cache/CacheStrategy.kt
/** * Returns true if computeFreshnessLifetime used a heuristic. If we used a heuristic to serve a * cached response older than 24 hours, we are required to attach a warning. */ private fun isFreshnessLifetimeHeuristic(): Boolean { return cacheResponse!!.cacheControl.maxAgeSeconds == -1 && expires == null } init { if (cacheResponse != null) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 15 13:24:48 UTC 2024 - 12K bytes - Viewed (0)