Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for DirectoryBuildCache (0.6 sec)

  1. subprojects/core/src/main/java/org/gradle/caching/internal/services/AbstractBuildCacheControllerFactory.java

    import org.gradle.caching.internal.controller.service.BuildCacheServiceRole;
    import org.gradle.caching.internal.origin.OriginMetadataFactory;
    import org.gradle.caching.local.DirectoryBuildCache;
    import org.gradle.internal.Cast;
    import org.gradle.internal.instantiation.InstanceGenerator;
    import org.gradle.internal.operations.BuildOperationContext;
    import org.gradle.internal.operations.BuildOperationDescriptor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 17:08:26 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    By default, this directory resides in the Gradle User Home, but its location is configurable.
    
    For more details on the configuration options refer to the DSL documentation of link:{groovyDslPath}/org.gradle.caching.local.DirectoryBuildCache.html[DirectoryBuildCache].
    Here is an example of the configuration.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  3. platforms/core-execution/build-cache-local/src/integTest/groovy/org/gradle/caching/local/internal/AbstractBuildCacheCleanupIntegrationTest.groovy

                    }
                }
            """
        }
    
        def expectRetentionMethodDeprecationWarning() {
            executer.expectDocumentedDeprecationWarning(
                "The DirectoryBuildCache.removeEntriesAfterDays property has been deprecated. " +
                    "This is scheduled to be removed in Gradle 9.0. " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 16:53:17 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    This is no longer allowed as the local cache must always be a `DirectoryBuildCache`.
    
    Calls to `BuildCacheConfiguration.local(Class)` with anything other than `DirectoryBuildCache` as the type will fail the build.
    Calling these methods with the `DirectoryBuildCache` type will produce a deprecation warning.
    
    Use `getLocal()` and `local(Action)` instead.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/dsl/dsl.xml

                <tr>
                    <td>org.gradle.caching.configuration.BuildCacheConfiguration</td>
                </tr>
                <tr>
                    <td>org.gradle.caching.local.DirectoryBuildCache</td>
                </tr>
                <tr>
                    <td>org.gradle.caching.http.HttpBuildCache</td>
                </tr>
            </table>
        </section>
    
        <section>
    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