Ignore server cache control headers and cache results anyway


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
<XmlAttributeAttribute("IgnoreCacheControlHeader")>
Public Property IgnoreCacheControlHeader As Boolean
    <CompilerGeneratedAttribute> Get
    <CompilerGeneratedAttribute> Set
End Property
C#
[XmlAttributeAttribute("IgnoreCacheControlHeader")]
public bool IgnoreCacheControlHeader { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; }
C++
[XmlAttributeAttribute(L"IgnoreCacheControlHeader")]
public property bool IgnoreCacheControlHeader sealed  {
    bool get();
    void set(bool value);
}
J#
/** @attribute XmlAttributeAttribute("IgnoreCacheControlHeader") */
/** property */
public bool get_IgnoreCacheControlHeader();

/** property */
public void set_IgnoreCacheControlHeader(bool value);
JScript
public CompilerGeneratedAttribute function get IgnoreCacheControlHeader() : bool

public CompilerGeneratedAttribute function set IgnoreCacheControlHeader(value : bool);

See Also