Class ConfigurationCacheLoadResult_1_0

java.lang.Object
com.gradle.scan.eventmodel.gradle.configuration.ConfigurationCacheLoadResult_1_0

public class ConfigurationCacheLoadResult_1_0 extends Object
Provides the result of the configuration cache load.
See Also:
  • Field Details

    • cacheEntrySize

      public final long cacheEntrySize
      The size of the configuration cache entry on disk
    • originBuildInvocationId

      @Nullable("when unknown, e.g. when loading models and not a task graph") public final @Nullable("when unknown, e.g. when loading models and not a task graph") String originBuildInvocationId
      The origin build invocation that produced the loaded configuration cache entry
  • Constructor Details

    • ConfigurationCacheLoadResult_1_0

      public ConfigurationCacheLoadResult_1_0(long cacheEntrySize, @Nullable @Nullable String originBuildInvocationId)
  • Method Details