Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildCacheOperationException (0.69 sec)

  1. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/DefaultBuildCacheController.java

            try {
                return local.maybeLoad(key, file -> packExecutor.unpack(key, entity, file));
            } catch (Exception e) {
                throw new BuildCacheOperationException("Could not load from local cache: " + e.getMessage(), e);
            }
        }
    
        private Optional<BuildCacheLoadResult> loadRemoteAndStoreResultLocally(BuildCacheKey key, CacheableEntity entity) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 08:29:47 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top