RouterCacheWarmer
class RouterCacheWarmer implements CacheWarmerInterface
Generates the router matcher and generator classes.
Methods
warmUp(string $cacheDir)
Warms up the cache.
bool
isOptional()
Checks whether this warmer is optional or not.
Details
at line line 32
__construct(RouterInterface $router)
Constructor.
at line line 42
warmUp(string $cacheDir)
Warms up the cache.
at line line 54
bool
isOptional()
Checks whether this warmer is optional or not.