Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for HttpBuildCache (0.17 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    === Remote HTTP build cache
    
    link:{groovyDslPath}/org.gradle.caching.http.HttpBuildCache.html[HttpBuildCache] provides the ability read to and write from a remote cache via HTTP.
    
    With the following configuration, the local build cache will be used for storing build outputs while the local and the remote build cache will be used for retrieving build outputs.
    
    .Load from HttpBuildCache
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  2. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheServiceIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.caching.http.internal
    
    import org.gradle.api.internal.tasks.execution.ExecuteTaskBuildOperationType
    import org.gradle.caching.http.HttpBuildCache
    import org.gradle.caching.internal.operations.BuildCacheRemoteStoreBuildOperationType
    import org.gradle.integtests.fixtures.BuildOperationsFixture
    import org.gradle.integtests.fixtures.timeout.IntegrationTestTimeout
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 23:08:20 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheServiceTest.groovy

    import org.gradle.api.internal.DocumentationRegistry
    import org.gradle.caching.BuildCacheEntryWriter
    import org.gradle.caching.BuildCacheException
    import org.gradle.caching.BuildCacheServiceFactory
    import org.gradle.caching.http.HttpBuildCache
    import org.gradle.caching.internal.TestBuildCacheKey
    import org.gradle.internal.resource.transport.http.DefaultSslContextFactory
    import org.gradle.internal.resource.transport.http.HttpClientHelper
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:15:24 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.caching.local.DirectoryBuildCache</td>
                </tr>
                <tr>
                    <td>org.gradle.caching.http.HttpBuildCache</td>
                </tr>
            </table>
        </section>
    
        <section>
            <title>Input Normalization types</title>
            <para>Types used to configure input normalization</para>
            <table>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (0)
Back to top