Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasCacheEntry (0.15 sec)

  1. platforms/core-execution/build-cache/src/integTest/groovy/org/gradle/caching/internal/BuildCacheBuildOperationsIntegrationTest.groovy

                assert localStoreOp.details.archiveSize == localCacheArtifact.bytes.length
                assert localStoreOp.result.stored
            } else {
                assert !localCache.hasCacheEntry(cacheKey.toString())
                operations.none(BuildCacheLocalStoreBuildOperationType)
            }
    
            packOp.result.archiveEntryCount == 5
            remoteStoreOp.details.archiveSize == packOp.result.archiveSize
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 08:51:14 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top