On 1/28/07, Fuad Efendi <[EMAIL PROTECTED]> wrote:
Following to
http://wiki.apache.org/cocoon/ControllingModCache

I found this class:  org.apache.cocoon.acting.HttpCacheAction (dated
2004-07-29)

Unfortunately, this action can't reply with 304 on request with HTTP Header
[If-Modified-Since: ......]....

The idea is that the httpd front-end would handle that case: if a page
has been cached by the httpd front-end, conditional GETs will not hit
Cocoon until the httpd cache expires.

So yes, you could say that there's no caching between httpd and Cocoon
in this case. But this doesn't prevent you from using Cocoon's
internal caches in pipelines, if you need to.

-Bertrand

Reply via email to