- Issue created by @murilohp
This module is really good! We've been using for a while and we're missing a way to properly exclude the cache tags using a regex instead of the cache tag specifically.
Change the way we're loading the cache tags for the view in order to consider both regex and values.
Now the user will be able to a list of regex patterns to match the cache tags.
Before, if we need to remove multiple taxonomy_terms cache we need to do something like:
After this fix, we could do something like:
Active
1.0
Code