Jump to: navigation, search

Changes


View Cache

522 bytes removed, 07:19, 23 March 2018
== Using the View Cache ==
=== Enabling ===
The View Cache features needs to be enabled in the [[Configuration_File_Example#tab=web_config|web.config]] file of the corresponding web service.
 
{| class="wikitable" | width = "88%"
|-
! Area!! Setting!! Description
|-
| appSettings|| UBIK.Service.EnableViewCache || Enable = '''1''' / Disable = '''0''' the view cache feature for this web service
|}
 
<syntaxhighlight lang="xml">
<appSettings>
...
<add key="UBIK.Service.EnableViewCache" value="1" />
</appSettings>
</syntaxhighlight>
 
 
 
 
=== Initialization / Update of View Cache ===
The cache needs to be initialized after a web service has been (re)started by calling the method [[#TriggerViewStateUpdate|TriggerViewStateUpdate]].
1,546
edits