clearCachedKeys static method

void clearCachedKeys()

Clear all cached keywords to allow repeated logging Removes all entries from the one-time print cache Useful for resetting the print-once state during testing or at application restart

Implementation

static void clearCachedKeys() {
  _cachedKeys.clear();
}