SiteBaseInitOutputCache Method (OutputCacheParameters) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Initializes the output cache for the current page request based on an OutputCacheParameters object.

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

protected override void InitOutputCache(
	OutputCacheParameters cacheSettings
)

Parameters

cacheSettings
Type: System.Web.UIOutputCacheParameters
An OutputCacheParameters that contains the cache settings.
Exceptions

ExceptionCondition
HttpException The cache profile was not found. - or - A missing directive or configuration settings profile attribute.
ArgumentOutOfRangeException The output cache settings location is invalid.
See Also

Reference