ClearCacheItemsWebFarmTask Class |
Namespace: CMS.Helpers
public class ClearCacheItemsWebFarmTask : WebFarmTaskBase
The ClearCacheItemsWebFarmTask type exposes the following members.
Name | Description | |
---|---|---|
ClearCacheItemsWebFarmTask |
Name | Description | |
---|---|---|
IsCaseSensitive |
Get or sets a value that indicates whether cache prefix key is case sensitive.
| |
KeyPrefix |
Gets or sets prefix of all identifiers of caches to be flushed.
| |
TaskBinaryData |
Gets or sets the binary representation of data.
(Inherited from WebFarmTaskBase.) | |
TaskFilePath |
Gets or sets target path of file transported by task.
(Inherited from WebFarmTaskBase.) | |
TaskTarget |
Gets or sets task target.
(Inherited from WebFarmTaskBase.) |
Name | Description | |
---|---|---|
ConditionMethod |
Condition which must be met in order to log the task.
(Inherited from WebFarmTaskBase.) | |
ExecuteTask |
Processes the web farm task by invoking the ClearCache(String, Boolean, Boolean) method while passing it current class' properties as its parameters.
(Overrides WebFarmTaskBaseExecuteTask.) |