Click or drag to resize
RemoveCacheItemWebFarmTask Class
Web farm task used to clear cache.
Inheritance Hierarchy
SystemObject
  CMS.CoreWebFarmTaskBase
    CMS.HelpersRemoveCacheItemWebFarmTask

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public class RemoveCacheItemWebFarmTask : WebFarmTaskBase

The RemoveCacheItemWebFarmTask type exposes the following members.

Constructors
  NameDescription
Public methodRemoveCacheItemWebFarmTask
Top
Properties
  NameDescription
Public propertyIsCaseSensitive
Get or sets a value that indicates if cache key is case sensitive.
Public propertyKey
Gets or sets the identifier of the cache to be flushed.
Public propertyTaskBinaryData
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.)
Public propertyTaskFilePath
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.)
Public propertyTaskTarget
Gets or sets task target.
(Inherited from WebFarmTaskBase.)
Top
Methods
  NameDescription
Public methodConditionMethod
Condition which must be met in order to log the task.
(Inherited from WebFarmTaskBase.)
Public methodExecuteTask
Processes the web farm task by invoking the Remove(String, Boolean, Boolean, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.)
Top
See Also