If I have a service that contains Map with some cached objects that I'm serving "on demand" to the Activity, then how reliable that cache is and what are the chances that server object (and my cache) may be dropped? The server runs in its own thread (AIDL) and Activity binds/unbinds from it as needed. The server also is running periodical updates thread which refreshes the cache (can vary from every 15 min to once/ 24h). Can I expect this cache to disappear at any moment? Also - the cache (at it's fullest) is about 100K and consists of UTF-8 String data (generally HTML), what would be a good strategy to persist it so it can be repopulated on service's onCreate? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

