You are looking at documentation for an older release. Not what you want? See the current release documentation.
The PageRenderingCacheService
service is used to cache the Wiki page content. The
configuration of this component is found in wiki-service/src/main/resources/conf/portal/configuration.xml
:
Sample configuration:
<component>
<key>org.exoplatform.wiki.rendering.cache.PageRenderingCacheService</key>
<type>org.exoplatform.wiki.rendering.cache.impl.PageRenderingCacheServiceImpl</type>
</component>