SiteBaseCS_SetApplicationCache Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Stores a string in cache.

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

public void CS_SetApplicationCache(
	string applicationName,
	string data,
	int applicationTimeout
)

Parameters

applicationName
Type: SystemString
Application name
data
Type: SystemString
The data to store
applicationTimeout
Type: SystemInt32
Application timeout in minutes. If this value is set to zero, the application timeout is set to 30 days (43200 minutes)
See Also

Reference