Commit fe6e6d22 authored by Boris Doesborg's avatar Boris Doesborg Committed by Joe 🤘 Shindelar
Browse files

Issue #3269998: Suggestion for: (2827373) 12.2. Clearing the Cache

parent 7a4f9af6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -89,6 +89,12 @@ Enter a number to choose which cache to clear.
Choose a cache to clear by entering the number associated with that cache. Press
"Enter" to continue.

To clear a specific cache type, you can specify it in the cache:clear command.
For example to clear the render cache:

----
drush cache:clear render
----

//==== Expand your understanding