debugClearModelTemplateCache static method
Clears the shared model template cache (tests only).
Implementation
@visibleForTesting
static void debugClearModelTemplateCache() =>
_ModelTemplateCache._entries.clear();
Clears the shared model template cache (tests only).
@visibleForTesting
static void debugClearModelTemplateCache() =>
_ModelTemplateCache._entries.clear();