Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 561 - 570 of 825 for cacher (0.05 seconds)

  1. android/guava/src/com/google/common/hash/Striped64.java

       * to reduce cache contention on most processors. Padding is
       * overkill for most Atomics because they are usually irregularly
       * scattered in memory and thus don't interfere much with each
       * other. But Atomic objects residing in arrays will tend to be
       * placed adjacent to each other, and so will most often share
       * cache lines (with a huge negative performance impact) without
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Jan 15 22:17:15 GMT 2025
    - 11.4K bytes
    - Click Count (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Handshake.kt

      /**
       * Returns the TLS version used for this connection. This value wasn't tracked prior to OkHttp
       * 3.0. For responses cached by preceding versions this returns [TlsVersion.SSL_3_0].
       */
      @get:JvmName("tlsVersion") val tlsVersion: TlsVersion,
      /** Returns the cipher suite used for the connection. */
      @get:JvmName("cipherSuite") val cipherSuite: CipherSuite,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 6.6K bytes
    - Click Count (1)
  3. okhttp/api/android/okhttp.api

    	public abstract fun authenticate (Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
    }
    
    public final class okhttp3/Authenticator$Companion {
    }
    
    public final class okhttp3/Cache : java/io/Closeable, java/io/Flushable {
    	public static final field Companion Lokhttp3/Cache$Companion;
    	public final fun -deprecated_directory ()Ljava/io/File;
    	public fun <init> (Ljava/io/File;J)V
    	public fun <init> (Lokio/FileSystem;Lokio/Path;J)V
    	public fun close ()V
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 10 21:47:20 GMT 2026
    - 72.3K bytes
    - Click Count (0)
  4. docs/zh/docs/how-to/extending-openapi.md

    ### 修改 OpenAPI 架构 { #modify-the-openapi-schema }
    
    现在你可以添加 ReDoc 扩展,在 OpenAPI 架构的 `info` “对象”中加入自定义 `x-logo`:
    
    {* ../../docs_src/extending_openapi/tutorial001_py310.py hl[22:24] *}
    
    ### 缓存 OpenAPI 架构 { #cache-the-openapi-schema }
    
    你可以把 `.openapi_schema` 属性当作“缓存”,用来存储已生成的架构。
    
    这样一来,用户每次打开 API 文档时,应用就不必重新生成架构。
    
    它只会生成一次,后续请求都会使用同一份缓存的架构。
    
    {* ../../docs_src/extending_openapi/tutorial001_py310.py hl[13:14,25:26] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 3K bytes
    - Click Count (0)
  5. src/main/java/jcifs/smb1/smb1/SID.java

                    }
                }
            }
        }
    
        /**
         * Resolve an array of SIDs using a cache and at most one MSRPC request.
         * <p>
         * This method will attempt
         * to resolve SIDs using a cache and cache the results of any SIDs that
         * required resolving with the authority. SID cache entries are currently not
         * expired because under normal circumstances SID information never changes.
         *
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 31.5K bytes
    - Click Count (0)
  6. docs/ja/docs/how-to/extending-openapi.md

    ### OpenAPI スキーマの変更 { #modify-the-openapi-schema }
    
    OpenAPI スキーマの `info`「オブジェクト」にカスタムの `x-logo` を追加して、ReDoc 拡張を加えます:
    
    {* ../../docs_src/extending_openapi/tutorial001_py310.py hl[22:24] *}
    
    ### OpenAPI スキーマのキャッシュ { #cache-the-openapi-schema }
    
    生成したスキーマを保持する「キャッシュ」として `.openapi_schema` プロパティを利用できます。
    
    こうすることで、ユーザーが API ドキュメントを開くたびにスキーマを生成する必要がなくなります。
    
    最初の1回だけ生成され、その後は同じキャッシュ済みスキーマが以降のリクエストで使われます。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  7. docs/ja/docs/deployment/docker.md

        このファイルは**頻繁には変更されない**ので、Dockerはこのステップではそれを検知し**キャッシュ**を使用し、次のステップでもキャッシュを有効にします。
    
    4. 要件ファイルにあるパッケージの依存関係をインストールします
    
        `--no-cache-dir` オプションはダウンロードしたパッケージをローカルに保存しないように `pip` に指示します。これは、同じパッケージをインストールするために `pip` を再度実行する場合にのみ有効ですが、コンテナで作業する場合はそうではないです。
    
        /// note | 備考
    
        `--no-cache-dir`は`pip`に関連しているだけで、Dockerやコンテナとは何の関係もないです。
    
        ///
    
        `--upgrade` オプションは、パッケージが既にインストールされている場合、`pip` にアップグレードするように指示します。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 36.8K bytes
    - Click Count (0)
  8. build-logic/documentation/src/main/groovy/gradlebuild/docs/FindMissingDocumentationFiles.java

            "sec:base_plugin_conventions",
            "sec:project_reports_convention_properties",
            "sec:kotlin_dsl_about_conventions",
            "sec:java_convention_properties",
            // config cache items that have now been implemented
            "config_cache:not_yet_implemented:secrets",
            "config_cache:not_implemented:store_parallel_execution",
            "config_cache:not_yet_implemented:storing_lambdas",
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Aug 21 15:38:58 GMT 2025
    - 8.5K bytes
    - Click Count (0)
  9. docs/ko/docs/advanced/settings.md

    ///
    
    여기서는 Pydantic `Settings` 클래스 안에 config `env_file`을 정의하고, 사용하려는 dotenv 파일의 파일명을 값으로 설정합니다.
    
    ### `lru_cache`로 `Settings`를 한 번만 생성하기 { #creating-the-settings-only-once-with-lru-cache }
    
    디스크에서 파일을 읽는 것은 보통 비용이 큰(느린) 작업이므로, 각 요청마다 읽기보다는 한 번만 수행하고 동일한 settings 객체를 재사용하는 것이 좋습니다.
    
    하지만 매번 다음을 수행하면:
    
    ```Python
    Settings()
    ```
    
    새 `Settings` 객체가 생성되고, 생성 시점에 `.env` 파일을 다시 읽게 됩니다.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/advanced/settings.md

    ///
    
    在這裡我們在 Pydantic 的 `Settings` 類別中定義設定 `env_file`,並將其值設為要使用的 dotenv 檔名。
    
    ### 使用 `lru_cache` 只建立一次 `Settings` { #creating-the-settings-only-once-with-lru-cache }
    
    從磁碟讀取檔案通常是昂貴(慢)的操作,所以你可能希望只做一次,然後重複使用同一個設定物件,而不是在每個請求都讀取。
    
    但每次我們這樣做:
    
    ```Python
    Settings()
    ```
    
    都會建立一個新的 `Settings` 物件,而且在建立時會再次讀取 `.env` 檔。
    
    如果相依函式只是像這樣:
    
    ```Python
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 10.3K bytes
    - Click Count (0)
Back to Top