From 73d3efb7a9baba8a5562ec03a7516805f185d8fc Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 5 Jul 2012 08:00:39 +0200 Subject: [PATCH] [FrameworkBundle] added a note about the classes cache --- .../Bundle/FrameworkBundle/Command/CacheWarmupCommand.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php b/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php index e997e55df7..baca895947 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php +++ b/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php @@ -37,6 +37,11 @@ class CacheWarmupCommand extends ContainerAwareCommand The %command.name% 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 curl or any other similar tool to warm up +the classes cache if you want. EOF ) ;