Skip to content

Add cache:tag:invalidate command. #3445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

cburschka
Copy link
Contributor

This is a command for accessing Drupal's cache tag invalidator, which allows clearing caches more specifically than complete deletion, if you know what tags a cache entry is dependent on.

For example, when you're debugging a view, you can invalidate all related cache entries with drupal cache:tag:invalidate config:views.view.frontpage without having to actually trigger the view's save operation.

@jmolivas jmolivas modified the milestone: RC-26 Jul 22, 2017
@jmolivas jmolivas merged commit a10fcb2 into hechoendrupal:master Jul 24, 2017
@jmolivas
Copy link
Member

@cburschka Thanks for your contribution, your PR was merged. This will be included on the next release.

@cburschka cburschka deleted the feature/cache.tag.invalidate branch August 8, 2017 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants