Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getArchiveSize (0.13 sec)

  1. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/caching/internal/operations/BuildCacheRemoteLoadBuildOperationType.java

             */
            boolean isHit();
    
            /**
             * The number of bytes of the loaded cache artifact if it was a hit.
             * Else undetermined.
             */
            long getArchiveSize();
    
        }
    
        private BuildCacheRemoteLoadBuildOperationType() {
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 09:42:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/caching/internal/operations/BuildCacheRemoteStoreBuildOperationType.java

            /**
             * The cache key.
             */
            String getCacheKey();
    
            /**
             * The number of bytes of the stored cache artifact.
             */
            long getArchiveSize();
    
        }
    
        public interface Result {
    
            /**
             * Whether the entry has actually been stored.
             * <p>
             * The cache might not store some entries, e.g. when they are too large.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 09:42:42 UTC 2023
    - 1.6K bytes
    - Viewed (0)
Back to top