@netang
You can flush and clean cache via the CLI. Run the following in your magento root directory via the command line interface:
php bin/magento cache:flush
php bin/magento cache:clean
If you still see the broken/missing content then it's worth redeploying the Magento static content. To do so, run the following in you CLI:
php bin/magento setup:static-content:deploy