We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c957be1 commit ed47f6aCopy full SHA for ed47f6a
cookbook/console/usage.rst
@@ -51,4 +51,10 @@ When using the shell you can choose to run each command in a separate process:
51
$ php app/console -s --process-isolation
52
53
When you do this the output will not be colorized and interactivity is not
54
-supported so you will need to pass all command params explicitly.
+supported so you will need to pass all command params explicitly.
55
+
56
+.. note::
57
58
+ Unless you are using isolated processes, clearing the cache in the shell
59
+ will not have an effect on subsequent commands you run. This is because
60
+ the original cached files will still be being used.
0 commit comments