Specifies whether this service will cache responses (HTTP only)


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

Syntax

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

/** property */
public void set_UseCache(bool value);
JScript
public CompilerGeneratedAttribute function get UseCache() : bool

public CompilerGeneratedAttribute function set UseCache(value : bool);

See Also