Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for CacheKey (0.3 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/changedetection/rules/OverlappingOutputsIntegrationTest.groovy

            assert listCacheFiles().any { it.name == cacheOperations.getCacheKeyForTask(taskName) }
        }
    
        private void assertTaskOutputNotCached(String taskName) {
            def cacheKey = cacheOperations.getCacheKeyForTaskOrNull(taskName)
            assert cacheKey == null
        }
    
        @Override
        AbstractIntegrationSpec withBuildCache() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 20:54:14 UTC 2024
    - 30K bytes
    - Viewed (0)
Back to top