pub async fn reload_instruments_cache(
__arg0: State<AdminState>,
) -> impl IntoResponseExpand description
POST /monitoring/reload_instruments_cache - Force reload instruments cache from database
This endpoint forces the instruments cache to reload from the database. Useful when the cache gets out of sync (e.g., after fresh deployment with empty DB followed by CatalogManager creating instruments).