Click or drag to resize
CacheDebug Class
Cache debug methods
Inheritance Hierarchy
SystemObject
  CMS.HelpersCacheDebug

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class CacheDebug

The CacheDebug type exposes the following members.

Constructors
  NameDescription
Public methodCacheDebug
Top
Properties
  NameDescription
Public propertyStatic memberCurrentRequestLog
Current request log.
Public propertyStatic memberDebugCurrentRequest
Debug current request cache access.
Public propertyStatic memberSettings
Debug settings
Top
Methods
  NameDescription
Public methodStatic memberLogCacheOperation
Logs the cache operation. Logs the cache operation to the file and to current request log for debugging.
Public methodStatic memberLogToFile
Logs the cache operation to the log file.
Top
See Also