By hari, 3 August, 2023 <?php // Invalidate all caches related `my_views_id`. $view = \Drupal\views\Views::getView('my_views_id'); $view->storage->invalidateCaches(); // Invalidate views cache tags. $view = \Drupal\views\Views::getView('my_views_id'); $tags = $view->storage->getCacheTags(); \Drupal\Core\Cache\Cache::invalidateTags($tags); Tags Drupal Views Cache