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/Bundle/FrameworkBundle/CacheWarmer
2011-10-22 16:27:21 +02:00
..
RouterCacheWarmer.php define a WarmableInterface and only warm the cache if it implements warmable to allow replacing the core router. this fixes #2422. combining routers will only really work when #2450 is merged too. 2011-10-22 16:12:46 +02:00
TemplateFinder.php moved TemplateFinder to CacheWarmer as it is only useful in this context 2011-06-07 09:39:41 +02:00
TemplateFinderInterface.php moved TemplateFinder to CacheWarmer as it is only useful in this context 2011-06-07 09:39:41 +02:00
TemplatePathsCacheWarmer.php simplified cache warmers 2011-06-07 11:42:27 +02:00
WarmableInterface.php cs fix 2011-10-22 16:27:21 +02:00