On Jun 18, 1:58 pm, André Tavares <[email protected]> wrote: > My gadget querys google custom search to find which is the id of a > movie in a website. If I can store this id, only the first time > someone looks for a movie I would have to query google, the next time > I would look in my shared data. The first time I find the id in > google's query, I would store it in my shared data.
Google's cache already does this (at least, it's supposed to). That's sort of its point: when subsequent requests (by any client) can be satisfied from the cache, it does so rather than going back to the source server. 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 -~----------~----~----~----~------~----~------~--~---
