Click or drag to resize
PageInfoCacheHelper Class
Provides helper methods for caching of PageInfo.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEnginePageInfoCacheHelper

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static class PageInfoCacheHelper

The PageInfoCacheHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCacheEnabled
Returns true if the page info caching is enabled.
Public methodStatic memberCacheMinutes
Cache page info minutes.
Public methodStatic memberClearCache
Removes all page info records from the cache.
Public methodStatic memberGetDependencyCacheKeys
Gets the dependency cache keys for the given page info.
Top
See Also