ActiveScriptingBaseSetApplicationCache 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 the application cache.

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

protected void SetApplicationCache(
	string applicationName,
	string data,
	int applicationTimeout
)

Parameters

applicationName
Type: SystemString
The name of the application
data
Type: SystemString
The data to store
applicationTimeout
Type: SystemInt32
The time in minutes before the data is considered too old, and is removed from the application cache. If the parameter is set to zero, the timeout is set to 30 days (43200 minutes).
See Also

Reference