[FrameworkBundle] added a note about the classes cache

This commit is contained in:
Fabien Potencier 2012-07-05 08:00:39 +02:00
parent 1a37b78078
commit 73d3efb7a9

View File

@ -37,6 +37,11 @@ class CacheWarmupCommand extends ContainerAwareCommand
The <info>%command.name%</info> command warms up the cache.
Before running this command, the cache must be empty.
This command does not generate the classes cache (as when executing this
command, too many classes that should be part of the cache are already loaded
in memory). Use <comment>curl</comment> or any other similar tool to warm up
the classes cache if you want.
EOF
)
;