Magento 2: Difference between Cache Clean & Cache Flush

Cleaning a cache type deletes all items from enabled Magento cache types only. 

php bin/magento cache:clean

Flushing a cache type purges the cache storage

php bin/magento cache:flush