class TemplateCacheCacheWarmer implements CacheWarmerInterface
Generates the Twig cache for all templates. This warmer must be registered after TemplatePathsCacheWarmer, as the Twig loader will need the cache generated by it.
Methods
__construct(ContainerInterface $container, TemplateFinderInterface $finder = null, array $paths = array()) Constructor.
warmUp(string $cacheDir) Warms up the cache.
bool isOptional() Checks whether this warmer is optional or not.
Details