Hi, I try to use java file caching with Java.net.ResponseCache, CacheResponse and CacheRequest. I extended ResponseCache and set the return value of get() to null. Normally it must get the resource from its original location as it's not in the cache (get() return null). But nothing happens. When I try it in a java project with exactly the same classes, the put () method is invoked. Does that mean that it's an Android Framework issue? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

