menu
archery
archery/core/template_engine.dart
TemplateEngine
clearCache method
clearCache
dark_mode
light_mode
clearCache
method
void
clearCache
(
)
Removes all parsed templates from the in-memory AST cache.
Implementation
void clearCache() => _astCache.clear();
archery
template_engine
TemplateEngine
clearCache method
TemplateEngine class