Portlet Factory, Version 6.1.2


 

Low-level action output cache

The lower level of caching is action output caching. Action output caching relies on the regenerated model cache. In action output caching, a special output cache is stored within the regenerated model cache with the WebApp. This output cache stores the outputs from model actions, including page actions, methods, and action lists. You use the Cache Control builder to select the model actions you want to cache.

When two users belonging to the same profile run the model, the output from user A's session is cached. When user "B" runs the model he will get the exact results as user "A" without actually activating the model's Main function. This means that user B need not wait while the model and its output are regenerated.

 

Disabling action output caching

You can disable all output caching for the server by including the following line in the ../config/bowstreet.properties file:
DISABLE_OUTPUT_CACHING=true

Note: After you change this setting, restart the server for this change to take effect.

Parent topic: Cache Control builder


Library | Support |