drupal-console-en
drupal-console-en copied to clipboard
Examples of Core cache bin names with description
I suggest to add list of common Drupal cache bin names to documentation (continue from https://github.com/hechoendrupal/drupal-console-book/pull/404 PR), because it is different from drush, and not too easy for remember.
I add list of cache bin names, that default Drupal installation use, with short descriptions. Some description text I get from https://api.drupal.org/api/drupal/core!core.api.php/group/cache/ page, but for other bins I can't find description, so write it from scratch, hope it right.
Also maybe good to add some examples, for example to rebuild module hooks, we need only clear bootstrap cache via drupal cr bootstrap, not the whole drupal cr, like most of users do.
For refresh twig templates we need only drupal cr render, etc.