Documentation location/URL
https://www.drupal.org/docs/user_guide/en/prevent-cache-clear.html
Problem/Motivation
Current documentation doesn't demonstrate how to use an argument in the cache:clear to specify which cache to clear.
Proposed resolution
Use the command 'drush cc [cache type]' to individually clear a cache such as 'drush cc render'
Remaining tasks
Issue fork user_guide-3269998
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
eojthebraveMoving this to the User Guide queue since this is for a page in the user guide.
Comment #5
batigolixI added a specific cache clear command.
Comment #7
eojthebraveCommitted. Thanks.