generateToCache property

bool get generateToCache

Whether outputs should be generated to a cache directory.

When true, outputs are written to the build cache instead of modifying source files. When false, outputs are written directly to the source tree.

Implementation

bool get generateToCache;