You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi James,
Akavache has an interesting method called GetAndFetchLatest that returns two times: first with cached data if present, then it updates cache from backend and returns a second time with renewed data.
So your listview get populated quickly with cached data and updated as soon as new data is available.
How could I do something similar with Monkey Cache?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi James,
Akavache has an interesting method called GetAndFetchLatest that returns two times: first with cached data if present, then it updates cache from backend and returns a second time with renewed data.
So your listview get populated quickly with cached data and updated as soon as new data is available.
How could I do something similar with Monkey Cache?
Thanks in advance
The text was updated successfully, but these errors were encountered: