Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:cms_prefetch [2018/10/08 13:38] etea72:cms_prefetch [2020/08/25 07:20] tssr
Line 8: Line 8:
 === Configuration of the CMS Prefetch === === Configuration of the CMS Prefetch ===
  
-The default configuration of the CMS prefetch is found in <font inherit/Courier New,Courier,monospace;;inherit;;inherit>''<Stages installation path>/stages/conf/config.xml''</font> file:+The default configuration of the CMS prefetch is found in <font inherit/Courier New,Courier,monospace;;inherit;;inherit>''<Stages installation path>/stages/conf/config.xml''</font> file:<code>
  
-<code> 
 <stages-config> <stages-config>
  <properties>  <properties>
Line 23: Line 22:
  <cms> ... </cms>  <cms> ... </cms>
 </stages-config> </stages-config>
 +
 </code> </code>
  
Line 36: Line 36:
 <code> <code>
 class=de.methodpark.pkit.cms.prefetch.ClassicAllDocumentsStrategy class=de.methodpark.pkit.cms.prefetch.ClassicAllDocumentsStrategy
 +
 </code> </code>
  
Line 43: Line 44:
 <code> <code>
 class=de.methodpark.pkit.cms.prefetch.PrefetchByCMSTypeStrategy class=de.methodpark.pkit.cms.prefetch.PrefetchByCMSTypeStrategy
 +
 </code> </code>
  
Line 64: Line 66:
  <cms> ... </cms>  <cms> ... </cms>
 </stages-config> </stages-config>
 +
 </code> </code>