Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for commonParse (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-CacheControlCommon.kt

      apply {
        this.noTransform = true
      }
    
    internal fun CacheControl.Builder.commonImmutable() =
      apply {
        this.immutable = true
      }
    
    internal fun CacheControl.Companion.commonParse(headers: Headers): CacheControl {
      var noCache = false
      var noStore = false
      var maxAgeSeconds = -1
      var sMaxAgeSeconds = -1
      var isPrivate = false
      var isPublic = false
      var mustRevalidate = false
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 7.3K bytes
    - Click Count (0)
Back to Top