CacheTypes Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines type of cache mechanism to use.

Namespace: ContentStudio.Site.ActiveScripting.Menu
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum CacheTypes
Members

  Member nameValueDescription
None0 Do not cache the the web map. The web map will be rendered from the specified source every time.
Application1 Cache the web map using application variables. This should not be used when security permissions are used for the hierarchy items (for instance in an intranet solution).
Session2 Cache web map using session variables. Recommended when security permissions are used for the hierarchy items (for instance in an intranet solution).
See Also

Reference