I have an application which uses offline stores through the kapsel odata plugin. I perform offline changes (using datajs) and then I flush the changes, and I refresh the store. So, when I refresh the store, the flushed information is still present in the store, what if I want that information to be deleted, should the backend perform an operation? In what scenario can I get my data deleted once I've flushed?
Thank you in advance.
Óscar