Click or drag to resize
HttpParametersInCache Property
Gets or sets a value indicating whether this parameter combination is already in cache.

Namespace: Activsoft.Engine.XslFilter
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public bool InCache { get; set; }

Property Value

Type: Boolean
true if the parameter combination is in cache; otherwise, false.
See Also