drupal-console-en icon indicating copy to clipboard operation
drupal-console-en copied to clipboard

Examples of Core cache bin names with description

Open MurzNN opened this issue 6 years ago • 1 comments

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.

MurzNN avatar Jul 22 '19 10:07 MurzNN

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.

MurzNN avatar Nov 29 '19 09:11 MurzNN