Click or drag to resize
OutputFilterEventsSendCacheOutput Field
Fires when content from the output cache is about to be send as a response. Fires only if cached output is found and gives subscriber the opportunity to change output or to bypass caching altogether.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public static OutputCacheHandler SendCacheOutput

Field Value

Type: OutputCacheHandler
See Also