I solved the caching problem with a work around.

var url += '&rand=' + Math.ceil(Math.random() * 1000);

But hopefully this will be fixed!

Cheers,
Bas


On Aug 31, 10:19 pm, Bas <[email protected]> wrote:
> If I fetch content I use the option refreshInterval to set the caching
> interval. This was working perfectly, but is no longer working
> alright. An example:
>
> _IG_FetchContent(url, function(response) {
>   if(response) {
>     var json = eval("(" + response + ")");
>     ShowResponse(json);
>   }
>
> }, { refreshInterval: 10});
>
> I keep getting the cached content and not the new content. Is there a
> problem with this function?
>
> Thanks,
> Bas
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to