Difference between revisions of "View Cache"
Line 1: | Line 1: | ||
{{ReleaseStatus/Beta}} | {{ReleaseStatus/Beta}} | ||
− | The View Cache feature increases the performance of the [[web | + | 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 == | == Enabling the View Cache == |
Revision as of 12:19, 7 May 2015
This feature is a beta version. If you experience unexpected issues, please Contact us for support.
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 web.config file of the corresponding web service.
Area | Setting | Description |
---|---|---|
appSettings | UBIK.Service.EnableViewCachage | Enable (1) / Disable (0) the view cache feature for this web service |
<appSettings>
...
<add key="UBIK.Service.EnableViewCache" value="1" />
</appSettings>
...
<add key="UBIK.Service.EnableViewCache" value="1" />
</appSettings>