Hello @Abdulla CM, @bollydow, @Lorem Ipsum, @IronMan0803 I have similar problem but I try like code bellow:
Cache::clear();
$specific_price->flushCache();
Tools::generateIndex();
DB::getInstance()->execute('RESET QUERY CACHE;');
DB::getInstance()->execute('FLUSH QUERY CACHE;');
$cart->resetStaticCache();
$cart->update();
of course without the success