-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
RTK-QueryenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
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.
plumpNation and folgarr
Metadata
Metadata
Assignees
Labels
RTK-QueryenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested