-
Notifications
You must be signed in to change notification settings - Fork 192
No data saved in PERSISTENCE #130
Comments
Same is happening with me. |
I had the same when data encrypted |
|
Yeah, I used something else |
What method can you use to achieve the same effect, thanks |
I've created interface MbCache to store my object (called Dashboard). Implementation can be any persistence lib. then I just manually saved and retrieved it
|
When I manually clear the application's cache and then retrieve the data from the rxcache again, I will not get a data error W/System.err: io.rx_cache2.RxCacheException: The Loader provided did not return any data and there is not data to load from the Cache getJsonFromInternet |
There are three Source types:
MEMORY
,PERSISTENCE
andCLOUD
; I get results from cloud and memory, but after I close app I lose all data: no data returned fromPERSISTENCE
. How can I fix/debug this?The text was updated successfully, but these errors were encountered: