Hi

Are there anyone using some kind of server-side page cache using
memcached?
I'm thinking in a Filter that put page results in memcache when first
accessed, and then getting that result in former accesses.

The idea is simple but the implementation is not. (how to get the
first request response? how to implement proper header management in
that filter? how to not disable gzip using this?)

I tried Ehcache with the Web Module (https://groups.google.com/group/
google-appengine-java/browse_thread/thread/7cfa0eae3bc26444) but it's
not working.

Maybe someone here has an idea on how to implement an effective page
cache using Java

Tks
Sérgio

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-appengine-java?hl=en.

Reply via email to