i have created a object cache for 2 hours (ex: 8am to 10am) , when 2 hours get completed data will disappear in app as expected, but problem is their with following scenario
after 2 hours (i.e 8am to 10am) gets completed data will be cleared from app, but when i reset the time to anytime between 2 hours (i.e 8am to 10am) again data will get displayed on android activity screen.
that means data is not clearing from memory after specified time exceeds.
i have created a object cache for 2 hours (ex: 8am to 10am) , when 2 hours get completed data will disappear in app as expected, but problem is their with following scenario
after 2 hours (i.e 8am to 10am) gets completed data will be cleared from app, but when i reset the time to anytime between 2 hours (i.e 8am to 10am) again data will get displayed on android activity screen.
that means data is not clearing from memory after specified time exceeds.