Changes

View Cache

550 bytes added, 12:18, 7 May 2015
{{ReleaseStatus/Beta}}
The View Cache feature increases the performance of the [[web service]] by caching the data to be published and sent to the clients. All content data as well as the hierarchies, as defined by the [[View]] and in the [[ACM]], is evaluated and cached internally. Once the cache has been initialized, its status and additional information can be retrieved by web service methods.
 
== Enabling the View Cache ==
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.EnableViewCachage || 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>
 
== Web Service Methods ==
 
[[Category:Installing]]
[[Category:Web service]]
10,686
edits