Table of Contents

Class RemoveCacheItemWebFarmTask

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Web farm task used to clear cache.

public class RemoveCacheItemWebFarmTask : WebFarmTaskBase
Inheritance
object
RemoveCacheItemWebFarmTask
Inherited Members
Extension Methods

Properties

IsCaseSensitive

Get or sets a value that indicates if cache key is case sensitive.

public bool IsCaseSensitive { get; set; }

Property Value

bool

Key

Gets or sets the identifier of the cache to be flushed.

public string Key { get; set; }

Property Value

string

Methods

ExecuteTask()

Processes the web farm task by invoking the Remove(string, bool, bool) method while passing it current class' properties as its parameters.

public override void ExecuteTask()

See Also