TemplatePathsCacheWarmer
class TemplatePathsCacheWarmer extends CacheWarmer
Computes the association between template names and their paths on the disk.
Methods
warmUp(string $cacheDir)
Warms up the cache.
bool
isOptional()
Checks whether this warmer is optional or not.
Details
at line line 33
__construct(TemplateFinderInterface $finder, TemplateLocator $locator)
Constructor.
at line line 44
warmUp(string $cacheDir)
Warms up the cache.
at line line 60
bool
isOptional()
Checks whether this warmer is optional or not.