This class also manages a rendering cache, i.e. documents are stored between calls. You may control the size of the cache by using the "jspwiki.renderingManager.cacheSize" parameter in jspwiki.properties. The property value is the number of items that are stored in the cache. By default, the value of this parameter is taken from the "jspwiki.cachingProvider.cacheSize" parameter (i.e. the rendering cache is the same size as the page cache), but you may control them separately.
You can turn caching completely off by stating a cacheSize of zero. @since 2.4
|
|
|
|
|
|
|
|