Change record status: 
Project: 
Introduced in branch: 
9.1.x
Introduced in version: 
9.1.0
Description: 

drupal_rebuild drupal_flush_all_caches and _drupal_flush_css_js becomes deprecated and will be removed in Drupal 9.x.
Use appropriate \Drupal\Core\Cache\Rebuilder class method instead.

Deprecated function Method
drupal_rebuild() Rebuilder::safeBootstrap()
drupal_flush_all_caches() Rebuilder::rebuildAll()
_drupal_flush_css_js() Rebuilder::flushCssJs()
Impacts: 
Module developers