- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for invalidatesCache (0.2 sec)
-
okhttp/src/main/kotlin/okhttp3/internal/http/HttpMethod.kt
*/ package okhttp3.internal.http import kotlin.jvm.JvmStatic object HttpMethod { @JvmStatic // Despite being 'internal', this method is called by popular 3rd party SDKs. fun invalidatesCache(method: String): Boolean = ( method == "POST" || method == "PATCH" || method == "PUT" || method == "DELETE" || method == "MOVE" )
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 1.5K bytes - Viewed (0)