Class ConfigurationCacheStoreResult_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.configuration.ConfigurationCacheStoreResult_1_0
Provides the result of the configuration cache store.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe size of the configuration cache entry on disk -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cacheEntrySize
public final long cacheEntrySizeThe size of the configuration cache entry on disk
-
-
Constructor Details
-
ConfigurationCacheStoreResult_1_0
public ConfigurationCacheStoreResult_1_0(long cacheEntrySize)
-
-
Method Details