By admin , 20 December, 2023 Disable cache for controller page Add this code to routeoptions: no_cache: TRUE Tags cache controller routes
By admin , 8 August, 2023 Inject cache_tags.invalidator service to form use Drupal\Core\Cache\CacheTagsInvalidator; ... /** * The cache tags invalidator. */ protected CacheTagsInvalidator $cacheTagsInvalidator; /** * Constructs a form object. * * @param \Drupal\Core\Cache\CacheTagsInvalidator $cache_tags_invalidator * The cache Tags dependency injection form cache
By admin , 5 June, 2023 Disable twig cache for development Add to settings.local.php: Tags development twig cache