8 - How do I invalidate the cache of an entity? - Drupal Answers

PHOTO EMBED

Thu May 09 2024 05:25:25 GMT+0000 (Coordinated Universal Time)

Saved by @al.thedigital #invalidate #node #cache

// Invalide a Node cache.
\Drupal::service('cache_tags.invalidator')->invalidateTags(['node:5']);
// Invalidate a custom entity cache.
\Drupal::service('cache_tags.invalidator')->invalidateTags(['custom_entity:5']);
// Invalidate a custom cache tag.
\Drupal::service('cache_tags.invalidator')->invalidateTags(['thing:identifier']);
content_copyCOPY

https://drupal.stackexchange.com/questions/255497/how-do-i-invalidate-the-cache-of-an-entity