Click or drag to resize
CacheTaskType Class
Web farm task types for Cache operations
Inheritance Hierarchy
SystemObject
  CMS.HelpersCacheTaskType

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

The CacheTaskType type exposes the following members.

Constructors
  NameDescription
Public methodCacheTaskType
Top
Fields
  NameDescription
Public fieldStatic memberClearCacheItems
Clear all the system cached items.
Public fieldStatic memberClearFullPageCache
Clear full page cache
Public fieldStatic memberRemoveCacheItem
Remove system cached item.
Public fieldStatic memberRemovePersistentStorageKey
Clear full page cache
Public fieldStatic memberTouchCacheItem
Touch the cache item.
Top
See Also