Fergus McMenemie napisaĆ(a): > Thanks all, > > The change suggested by Joerg works fine. As a result of the correspondance > my current understanding of caching pipelines, is that while caching > keys etc accumulate down the pipeline the actual data is only cached > at the end of the pipeline or after the last cache-able component. > > However, while Joer's rewrite works, I would prefer to keep everything > together within the one matcher statement if possible. Is anybody able > to point me to any examples, explanations or docs on the use of > "caching-point"s in cocoon 2.1.10?
I guess that there is not that much documentation about caching-point because probably all you have to do is to set proper type of pipeline. I mean, you have to declare that you want use caching-point pipeline implementation: <map:pipeline type="caching-point"> ... </map:pipeline> Now, there is little explanation of how caching point pipeline behaves here: http://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X/src/webapp/sitemap.xmap (search for 'map:pipes' where pipelines are declared) I hope it gives you starting point. -- Grzegorz Kossakowski http://reflectingonthevicissitudes.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
