Click or drag to resize
PartialCacheItemsProvider Class
Class providing methods for web part partial cache items management.
Inheritance Hierarchy
SystemObject
  CMS.PortalEnginePartialCacheItemsProvider

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static class PartialCacheItemsProvider

The PartialCacheItemsProvider type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCacheItemNames
Gets the available cache item names with a boolean value indicating whether the cache item name is enabled or not.
Public methodStatic memberGetEnabledCacheItems
List of the cache key items for partial caching separated by semicolon. Default value is "username;sitename;lang".
Top
See Also