generateToCache property

  1. @override
bool get generateToCache
override

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.

Always returns false for combined builders, as they cannot generate to cache.

Implementation

@override
bool get generateToCache => false;