In my application, the checkbox stores some data in the database. I want this data to be discarded if my application has been disconnected for a while. The reason for this is that I want to be sure that I did not miss a REST call in my application.
An obvious and effective solution is to store this data in memory, but I am open to any solution (for example, deletes old records when the application is restarted).
utapyngo
source share