Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RealCacheRequest (0.19 sec)

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

        }
    
        val entry = Entry(response)
        var editor: DiskLruCache.Editor? = null
        try {
          editor = cache.edit(key(response.request.url)) ?: return null
          entry.writeTo(editor)
          return RealCacheRequest(editor)
        } catch (_: IOException) {
          abortQuietly(editor)
          return null
        }
      }
    
      @Throws(IOException::class)
      internal fun remove(request: Request) {
    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)
  2. okhttp-android/src/main/baseline-prof.txt

    Lkotlinx/coroutines/scheduling/WorkQueue;
    Lokhttp3/Address;
    Lokhttp3/Authenticator$Companion$AuthenticatorNone;
    Lokhttp3/Authenticator;
    Lokhttp3/Cache$CacheResponseBody;
    Lokhttp3/Cache$Entry;
    Lokhttp3/Cache$RealCacheRequest;
    Lokhttp3/Cache;
    Lokhttp3/CacheControl$Companion;
    Lokhttp3/CacheControl;
    Lokhttp3/Call;
    Lokhttp3/Callback;
    Lokhttp3/CertificatePinner$Companion;
    Lokhttp3/CertificatePinner$Pin;
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
Back to top