Click or drag to resize
OutputCacheEventArgs Properties

The OutputCacheEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCurrentHandler
Currently executing handler
(Inherited from CMSEventArgs.)
Public propertyFallbackToRegularLoad
If set to true, content will not be send from output cache, but will be generated regularly.
Remarks
This is different than calling Cancel() on the event args. Calling Cancel() indicates, that event subscriber has already sent output to the response. Setting FallbackToRegularLoad indicates, that content should be generated normally.
Public propertyOriginalEventArgs
Original event arguments for the event
(Inherited from CMSEventArgs.)
Public propertyOutput
Content retrieved from the output cache.
Public propertyViewMode
View mode of the page.
Top
See Also