Hi.
I've been looking at how the current mod_cache works
in the experimental directory.

I was wondering if it would be better if we replaced
how it slots in so that instead of IT pushing filters
onto the output chain and relying on the 'quick' hook
it could be done like

http://holsman.net/test/cache.png

where the CACHE filters are specified via setoutputfilter/setinputfilter

I think this would be better because
        a) we could cache intermediate results if needed
        b) we could cache subrequests

So what do you guys think of it
this design asssumes that we could short-circuit all the hooks
is this possible?

Reply via email to