How to create a Cache Warmer in Symfony2
The cache is a very important part of your Symfony application as it helps your web server to perform better by not executing unnecessary code on every request, this is especially true if your server is running with limited resources. Cache warming allows you to cache specific data in your application through the use of a CacheWarmer.
Want to have your say? just login


Be first to show your opinion !!!