Skip to content

Commit ed47f6a

Browse files
Adding a note about clearing the cache in the console shell
1 parent c957be1 commit ed47f6a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cookbook/console/usage.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,10 @@ When using the shell you can choose to run each command in a separate process:
5151
$ php app/console -s --process-isolation
5252
5353
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.
54+
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

Comments
 (0)