- Issue created by @mdolnik
Cache tags are case-sensitive and cannot contain spaces.
Because the views arguments can result in different types of data, you may want to ensure the cache tags are normalized to avoid duplicate caches or mismatches for cache invalidation.
This feature request is the ability to:
While this can be done already by changing {{ my_value }}
to {{ my_value | lower | replace({' ': '-'}) }}
, manually applying this to all cache tags can be cumbersome.
N/A
TBD
TBD
New checkboxes added to the Cache Tags views configuration to select which twig filters to apply.
N/A
N/A