diff --git a/en/commands/cache-rebuild.md b/en/commands/cache-rebuild.md index 47375554..55e81cbf 100644 --- a/en/commands/cache-rebuild.md +++ b/en/commands/cache-rebuild.md @@ -13,6 +13,20 @@ Argument | Details ---------|------------- cache | Only clear a specific cache. +### Cache bin names, used by Drupal Core: + - bootstrap: Data needed from the beginning to the end of most requests, that has a very strict limit on variations and is invalidated rarely. + - config + - container + - data: Contains data that can vary by path or similar context. + - default + - discovery: Contains cached discovery data for things such as plugins, views_data, or YAML discovered data such as library info. + - dynamic_page_cache + - entity + - menu + - page + - render: Contains cached HTML strings like cached pages and blocks, can grow to large size. + + ## Examples * Rebuild all caches ```