How refresh all connections schema?

Our system configure one master and many slave db servers, and all of them enableSchemaCache set to true. Refresh the schema only take effect on the current connection, not all of the connections, masters and slaves. How to refresh schema cache of all the connections?

How do you refresh the schema?

Yii::$app->db->schema->refresh();

Really just a guess: call refresh on each connection’s schema?