Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BuildCacheDescription (0.21 sec)

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

            private final boolean localEnabled;
            private final BuildCacheDescription local;
            private final boolean remoteEnabled;
            private final BuildCacheDescription remote;
    
            ResultImpl(boolean enabled, boolean localEnabled, boolean remoteEnabled, @Nullable BuildCacheDescription local, @Nullable BuildCacheDescription remote) {
                this.enabled = enabled;
    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/enterprise/enterprise-operations/src/main/java/org/gradle/caching/internal/FinalizeBuildCacheConfigurationBuildOperationType.java

            boolean isEnabled();
    
            boolean isLocalEnabled();
    
            boolean isRemoteEnabled();
    
            @Nullable
            BuildCacheDescription getLocal();
    
            @Nullable
            BuildCacheDescription getRemote();
    
            interface BuildCacheDescription {
    
                /**
                 * The class name of the DSL configuration type.
                 *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 10 08:07:59 UTC 2023
    - 3.1K bytes
    - Viewed (0)
Back to top