- Issue created by @df_11
- Assigned to SandeepSingh199
I tried to add this after line 262 and it worked! It's fast, better than clearing all the caches.
$renderCache = \Drupal::service('cache.entity'); $renderCache->invalidateAll();
I don't know if it is the best solution, but maybe it is an idea :)
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 6:47am 20 October 2023 - 🇮🇳India SandeepSingh199
@df_11,
$renderCache = \Drupal::service('cache.entity'); $renderCache->invalidateAll();
is working fine, but if we have lots of files, images videos are their, it might be decrease the site performance. For quick fix we good to go. Marking this ticket to Needs Review. I guess better is clear cache by cache tag, it's optimal solution
- Status changed to Needs work
about 1 year ago 5:00pm 17 November 2023