[orkut-developer] Re: Template - Caching HttpRequest

2009-07-06 Thread Shishir Birmiwal (Google)
That should work just fine. If you set the cache control headers for 1 day, the HttpRequest Fetch response will be cached for that amount of time. Cheers, Shishir On Tue, Jul 7, 2009 at 12:09 AM, DarkCoiote wrote: > > Hum... > > but the httprequest fetchs from a dynamic source, although I memca

[orkut-developer] Re: Template - Caching HttpRequest

2009-07-06 Thread DarkCoiote
Hum... but the httprequest fetchs from a dynamic source, although I memcache de dynamic calculations I guess I can just set the http response headers cache field properly then... I'm using appengine as the server-side just read "Script handlers can set cache durations by returning the a

[orkut-developer] Re: Template - Caching HttpRequest

2009-07-05 Thread Apurv Gupta
your responses are cached on our servers provided you serve the right http caching headers. On Sun, Jul 5, 2009 at 7:58 PM, DarkCoiote wrote: > > Is it possible to do some sort of caching of HttpRequests with the > opensocial app data? > > The flow would be something like: > > """ > fetch from a