This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/CacheWarmer
Fabien Potencier d0b4bfc8f6 added a cache warmer sub-framework
Cache warmer will come in the next commits.

To warm up the cache on a production server, you can use
the cache:warmup command:

./app/console_prod cache:warmup
2011-01-24 18:08:51 +01:00
..
CacheWarmer.php added a cache warmer sub-framework 2011-01-24 18:08:51 +01:00
CacheWarmerAggregate.php added a cache warmer sub-framework 2011-01-24 18:08:51 +01:00
CacheWarmerInterface.php added a cache warmer sub-framework 2011-01-24 18:08:51 +01:00