On 2 Sep., 15:16, mtugnoli <[email protected]> wrote: > Hello, > Is it the only way ? > I can't do a gadget that disable the cache inside ?
Repeat: Caching of the Data-XML can be controlled from within your code. the api-calls support a parameter specifying the cache time. Elaboration: the _IG_FetchContent() and gadgets.io.makeRequest() Functions have parameters to controll the cache-time. For the first function it's a function parameter, for the second one it's in the gadgets.io.requestparameters struct. Setting the cachetime to 0 should disable it. (at least on the google- side of the request. you want to make sure your webserver doesnt have some cache of its own) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
