Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions en/commands/cache-rebuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down