Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for CachingDisabledReason (0.2 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/caching/CachingStateFactory.java

        /**
         * Creates a CachingState for beforeExecutionState, that can be either Enabled or Disabled.
         */
        CachingState createCachingState(BeforeExecutionState beforeExecutionState, HashCode cacheKey, ImmutableList<CachingDisabledReason> cachingDisabledReasons);
    
        HashCode calculateCacheKey(BeforeExecutionState beforeExecutionState);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 17:44:52 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/CaptureOutputsAfterExecutionStepTest.groovy

     */
    
    package org.gradle.internal.execution.steps
    
    import com.google.common.collect.ImmutableSortedMap
    import org.gradle.internal.execution.OutputSnapshotter
    import org.gradle.internal.execution.caching.CachingDisabledReason
    import org.gradle.internal.execution.caching.CachingDisabledReasonCategory
    import org.gradle.internal.execution.caching.CachingState
    import org.gradle.internal.execution.caching.impl.DefaultBuildCacheKey
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 10:36:34 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top