Class ConfigurationCacheLoadResult_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.configuration.ConfigurationCacheLoadResult_1_0
Provides the result of the configuration cache load.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe size of the configuration cache entry on diskfinal @Nullable("when unknown, e.g. when loading models and not a task graph") StringThe origin build invocation that produced the loaded configuration cache entry -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationCacheLoadResult_1_0(long cacheEntrySize, @Nullable String originBuildInvocationId) -
Method Summary
-
Field Details
-
cacheEntrySize
public final long cacheEntrySizeThe 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 originBuildInvocationIdThe 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