On Jun 16, 12:25 am, André Tavares <[email protected]> wrote: > I have been reading this list and I found out some info about > _IG_FetchContent. Please correct me if I'm wrong. > > 1. Stuff is cached
Correct. > 2. Timeout is 5sec and 10sec for cache I don't know anywhere the timeout is documented. Can I ask where you found this? > 3. If no info is found the callback is called with an empty text as return. Sort of correct. If the retrieval to fill the cache (from the Google server to your data source) failed, unfortunately that failure is itself cached - and until the cache refreshes, your gadget will get the empty response. And this will happen almost instantaneously - because it's coming from cache - without waiting for the timeout. Does that make more sense? String --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
