After I upgrade magento from 2.0.7 to 2.1.0 via command line doing: ``` composer require magento/product-community-edition 2.1.0 --no-update composer update ``` When I type "php bin/magento setup:upgrade" I get ``` [ReflectionException] Class Magento\Framework\App\Cache\Type\Webapi does not exist ``` Any ideas why is this happening?