Open
Description
Hello!
Is there a way to remove cache entries with the same name without being bound by arguments? I need to remove them, and not invalidate them.
I have 2 lists with items and inside each item it is possible to see items from the second list. That is why it is important that when I make manipulations in one list, the actual data (sorting, deleting, changing) is displayed inside the item from the second list. I hope this doesn't sound like a complicated explanation.
Cache invalidation is not working correctly because on list 1 page I can't update a specific entry from list 2 because I don't know its ID. And this provokes unnecessary queries to the database during some actions.