Skip to content

Evict cache after any execution which modify data #26

@duyp

Description

@duyp

There are a obvious issue we might have is: if we modify some entities such as close an issue, then user quickly refresh but cache data is returned in which the entity is old (from last refresh), therefore the modification will be reverted as cache data.

To resolve this, for any execution which modifies data, we must evict all retrofit cache by calling cache.evictAll()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions