debugClearModelTemplateCache static method

  1. @visibleForTesting
void debugClearModelTemplateCache()

Clears the shared model template cache (tests only).

Implementation

@visibleForTesting
static void debugClearModelTemplateCache() =>
    _ModelTemplateCache._entries.clear();