Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Const (0.27 sec)

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

        override fun source(): BufferedSource = bodySource
      }
    
      companion object {
        private const val VERSION = 201105
        private const val ENTRY_METADATA = 0
        private const val ENTRY_BODY = 1
        private const val ENTRY_COUNT = 2
    
        @JvmStatic
        fun key(url: HttpUrl): String = url.toString().encodeUtf8().md5().hex()
    
        @Throws(IOException::class)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 26.8K bytes
    - Viewed (0)
Back to top