class RouterCacheWarmer implements CacheWarmerInterface
Generates the router matcher and generator classes.
Methods
__construct(RouterInterface $router) Constructor. | ||
warmUp(string $cacheDir) Warms up the cache. | ||
bool | isOptional() Checks whether this warmer is optional or not. |
Details
__construct(RouterInterface $router)
Constructor.
warmUp(string $cacheDir)
Warms up the cache.
bool isOptional()
Checks whether this warmer is optional or not.
Please login to continue.