Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CleanupCondition (0.17 sec)

  1. subprojects/core/src/main/java/org/gradle/cache/internal/VersionSpecificCacheCleanupAction.java

            Spec<VersionSpecificCacheDirectory> cleanupCondition = new CleanupCondition(cacheDirsWithSameBaseVersion, releaseTimestampSupplier, snapshotTimestampSupplier);
            for (VersionSpecificCacheDirectory cacheDir : cacheDirsWithSameBaseVersion) {
                if (cleanupCondition.isSatisfiedBy(cacheDir)) {
                    progressMonitor.incrementDeleted();
                    try {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 20:26:37 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top