Skip to content

Delete cache entry #4006

Open
Open
@YuriyDyachkov

Description

@YuriyDyachkov

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.

For example these:
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions