clearCache method

void clearCache()

Removes all parsed templates from the in-memory AST cache.

Implementation

void clearCache() => _astCache.clear();