Re: Tapestry query on URLs and Memcached

2008-08-27 Thread Toby Hobson
gt; >> so > >> that I can serve the entire processed HTML ( including the response > >> header > >> ) > >> directly to the servlet response stream? ( In case of a cache miss, then > >> the > >> normal flow would happen and I would conditionally cache t

Re: Tapestry query on URLs and Memcached

2008-08-26 Thread codetester
g the response >> header >> ) >> directly to the servlet response stream? ( In case of a cache miss, then >> the >> normal flow would happen and I would conditionally cache the entire HTML >> output ). >> >> Thanks! >> -- >> View this

Re: Tapestry query on URLs and Memcached

2008-08-26 Thread Toby Hobson
the response header > ) > directly to the servlet response stream? ( In case of a cache miss, then > the > normal flow would happen and I would conditionally cache the entire HTML > output ). > > Thanks! > -- > View this message in context: > http://n2.nabble.com/

Re: Tapestry query on URLs and Memcached

2008-08-26 Thread Josh Canfield
L ( including the response header > ) > directly to the servlet response stream? ( In case of a cache miss, then > the > normal flow would happen and I would conditionally cache the entire HTML > output ). > > Thanks! > -- > View this message in context: > http://n2.nab

Re: Tapestry query on URLs and Memcached

2008-08-26 Thread Fernando Padilla
A caching filter should have nothing to do with Tapestry, as long as you set the Expires headers properly. To that end, I don't believe tapestry has any support for caching built in. Though there is no general caching filter backed by memcache, you could look at Ehcache's implementation of ca

Tapestry query on URLs and Memcached

2008-08-26 Thread codetester
cache the entire HTML output ). Thanks! -- View this message in context: http://n2.nabble.com/Tapestry-query-on-URLs-and-Memcached-tp785361p785361.html Sent from the Tapestry Users mailing list archive at Nabble.com.