unico 2003/10/28 06:01:40
Modified: src/webapp sitemap.xmap
Log:
add description for the cache-role parameter of caching pipelines
Revision Changes Path
1.34 +9 -1 cocoon-2.1/src/webapp/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/webapp/sitemap.xmap,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sitemap.xmap 22 Oct 2003 11:32:18 -0000 1.33
+++ sitemap.xmap 28 Oct 2003 14:01:40 -0000 1.34
@@ -337,10 +337,18 @@
| individual map:pipeline elements (using map:parameter syntax).
+-->
<!-- parameter name="outputBufferSize" value="8192"/ -->
+ <!--+
+ | If you want to use an alternate cache implementation you can
specify
+ | the cache-role parameter to indicate the component key of the
cache
+ | implementation you want to use. The EventAware implementation
in the
+ | example below requires that the event aware block is present.
+ + -->
+ <!-- parameter name="cache-role"
value="org.apache.cocoon.caching.Cache/EventAware"/ -->
</map:pipe>
<map:pipe name="caching-point"
src="org.apache.cocoon.components.pipeline.impl.CachingPointProcessingPipeline">
<autoCachingPoint>On</autoCachingPoint>
<!-- parameter name="outputBufferSize" value="8192"/ -->
+ <!-- parameter name="cache-role"
value="org.apache.cocoon.caching.Cache/EventAware"/ -->
</map:pipe>
<map:pipe name="noncaching"
src="org.apache.cocoon.components.pipeline.impl.NonCachingProcessingPipeline">
<!-- parameter name="outputBufferSize" value="8192"/ -->