Le 22/06/2011 22:59, Ozzy a écrit :
Hi,

I wonder what is the difference between "app/console cache:clear" and
"rm -rf app/cache/*" commands. When I use the first one, I sometimes
get errors in the web application, so I use the second one. But, what
is the exact difference?

Thanks.

The first one only removes the cache for the current environment (the console runs in dev by default and this can be changed using the /--env/ option). The second difference is that the first command also warmps up the cache after clearing it.

--
Christophe | Stof

--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to