Table of Contents

Class TouchCacheItemWebFarmTask

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Web farm task used to touch cache items.

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

Properties

Keys

Gets or sets collection of cache keys which will be touched.

public string[] Keys { get; set; }

Property Value

string[]

Methods

ExecuteTask()

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

public override void ExecuteTask()

See Also