Skip to content

Allow for cache tags to trigger invalidate cache event

abarrios requested to merge depcalc_invalidate into 8.x-1.x

When invalidating cache tags, they do not trigger the DependencyCalculatorEvents::INVALIDATE_DEPENDENCIES event. This change allow for this event to dispatch after cache tags invalidation.

Merge request reports