ConfigurationCacheOutcome

The outcome of configuration caching for a build, exposed via getConfigurationCacheOutcome.

Since

9.8.0

See also

Entries

Link copied to clipboard

The configuration cache was not enabled for the build.

Link copied to clipboard
@NullMarked
STORED

No reusable configuration cache entry was found and a new entry was stored.

Link copied to clipboard
@NullMarked
REUSED

A configuration cache entry was found and fully reused.

Link copied to clipboard
@NullMarked
UPDATED

A configuration cache entry was found and partially reused; the invalidated projects were re-configured and the entry was updated.

Link copied to clipboard

A configuration cache entry was written but discarded at the end of the build, e.g. because of problems, a serialization error or incompatible tasks.

Link copied to clipboard

No configuration cache entry was stored on purpose: no reusable entry was found while the cache is in read-only mode, or configuration caching was degraded gracefully because incompatible tasks were scheduled.

Link copied to clipboard

The configuration cache was enabled, but the outcome could not be determined, e.g. because the build failed early.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.