Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
74:cms_prefetch [2020/08/25 07:59] tssr74:cms_prefetch [2020/08/25 13:17] tssr
Line 71: Line 71:
 </code> </code>
  
-== Cache Persistence ==+==== Cache Persistence ====
  
 Stages caches two different levels of information regarding files in external configuration management systems. It collects infomation about the folder structure of a CMS and the files contained within these folders. This information is then used for displaying document information such as the version or state of a file. Stages caches two different levels of information regarding files in external configuration management systems. It collects infomation about the folder structure of a CMS and the files contained within these folders. This information is then used for displaying document information such as the version or state of a file.
Line 77: Line 77:
 These caches are persisted in the file system on the application server that runs Stages. These caches are persisted in the file system on the application server that runs Stages.
  
-**Since 7.4.6.1**:+✘ **Since 7.4.6.1**:
  
-The property //cms.prefetch.memorycache.max.documents// and //cms.structure-prefetch.memorycache.max.repositories// can be used to set the maximum amount of objects, which should be cached in memory for the documents-cache and the repository-cache.+The properties
  
-The default values are **4096** documents and **20** repositories.+  * //cms.prefetch.memorycache.max.documents// 
 +  * //cms.structure-prefetch.memorycache.max.repositories// 
 +can be used to set the maximum amount of objects, which should be cached in memory for the documents-cache and the repository-cache. 
 + 
 +The default values are **4096**  documents and **20**  repositories.