Hostnet\Bundle\WebpackBundle\CacheWarmer\WebpackCompileCacheWarmer::__construct PHP Method

__construct() public method

Create the cache warmer.
public __construct ( CacheGuard $guard )
$guard Hostnet\Component\Webpack\Asset\CacheGuard Guards the cache and is able to rebuild/update it.
    public function __construct(CacheGuard $guard)
    {
        $this->guard = $guard;
    }
WebpackCompileCacheWarmer