Click or drag to resize
LiveSiteDebugProcessor Class
Handles debug information on live sites.
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UILiveSiteDebugProcessor

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public sealed class LiveSiteDebugProcessor

The LiveSiteDebugProcessor type exposes the following members.

Constructors
  NameDescription
Public methodLiveSiteDebugProcessor
Parameterless constructor.
Top
Methods
  NameDescription
Public methodGetAllCacheItemsAsync
Retrieves all cache items created on current site.
Public methodGetCacheItemAsync
Retrieves cache item detail with the specified cache key created on current site.
Public methodGetLastLogsAsync
Retrieves last debug logs for the specified debug name created on current site.
Top
See Also