menu
archery
archery/core/template_engine.dart
TemplateEngine
shouldCache property
shouldCache
dark_mode
light_mode
shouldCache
property
bool
shouldCache
getter/setter pair
Whether parsed file templates are retained between render calls.
Implementation
bool shouldCache = true;
archery
template_engine
TemplateEngine
shouldCache property
TemplateEngine class