| HttpParametersInCache Property |
Gets or sets a value indicating whether this parameter combination is already in cache.
Namespace: Activsoft.Engine.XslFilterAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic bool InCache { get; set; }Public Property InCache As Boolean
Get
Set
public:
property bool InCache {
bool get ();
void set (bool value);
}member InCache : bool with get, set
Property Value
Type:
Booleantrue if the parameter combination is in cache; otherwise,
false.
See Also