clearCache method
void
clearCache()
Removes all parsed templates from the in-memory AST cache.
Implementation
void clearCache() => _astCache.clear();
Removes all parsed templates from the in-memory AST cache.
void clearCache() => _astCache.clear();