You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

projectdoc Toolbox

Controls whether or not a rendered property value can be cached.

Identifier
no-render-cache
Data Type
boolean
Since
4.5

The control allows to prevent a rendered value to be cached.

It is required in case you need to render the property value for each user individually. Using cached values improves performance. The projectdoc Toolbox shares the values since it assumes that every user accessing a page sees the same values. For properties where this assumption does not hold, the no-render-cache needs to be set.

Jira Issues Macro

One macro that requires to be executed for each user is the Jira Issues Macro. The projectdoc Toolbox checks each property value for the use of this macro and will automatically add this control to the property.

  • No labels