-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Scenario
- After executing some remote function I am needing to delete from the local cache and SQLite DB some entities.
- When I do this with
OfflineFirstDeletePolicy.optimisticLocalit does the local job, but it also sends the request to the remote DB to delete those entities (I want to avoid this).
Solution
Implementation of OfflineFirstDeletePolicy.localOnly that deletes the instances from the local storages but not from the remote.
Implementation
@tshedor I will leave a PR soon.
Metadata
Metadata
Assignees
Labels
No labels