Pre-caching
Pre-caching is the action of automatically caching information, before any user access to that information.
By default, Collaborative Review transfers information into server side caches each time specific events take place. You can configure pre-caching from the Global Config Settings in the Manage Application page.
- Individual table of contents (TOC)
-
The TOC of a publication is cached at the end of the publish process. You can configure it with the following options:
Name Values Default Description cache.prefill.onpublishing.enabled yes/no yesEnables ( yes) or disables (no) pre-caching of TOC.cache.prefill.onpublishing.sync.execution yes/no yesFills in the cache synchronously, at the end of the publish process before the content can be viewed ( yes). Or fills in the cache asynchronously, after the publish process, the content can be viewed before the TOC is cached (no). - All TOCs
-
The TOC of all publications are cached after a web application server restart. You can configure it with the following option:
Name Values Default Description cache.prefill.onstartup.enabled yes/no yesEnables ( yes) or disables (no) pre-caching of all tables of contents after an application server restart.