Class TouchCacheItemWebFarmTask
Web farm task used to touch cache items.
public class TouchCacheItemWebFarmTask : WebFarmTaskBase
- Inheritance
-
objectTouchCacheItemWebFarmTask
- 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()