Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Subject (0.14 sec)

  1. okhttp/src/main/kotlin/okhttp3/CacheControl.kt

          val minFreshSecondsLong = timeUnit.toSeconds(minFresh.toLong())
          this.minFreshSeconds = minFreshSecondsLong.commonClampToInt()
        }
    
        fun build(): CacheControl = commonBuild()
      }
    
      companion object {
        /**
         * Cache control request directives that require network validation of responses. Note that such
         * requests may be assisted by the cache via conditional GET requests.
         */
        @JvmField
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 15 13:41:01 GMT 2024
    - 10K bytes
    - Viewed (0)
Back to top