Indicates whether the response was served from cache or an origin server
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ServedFromCache As Boolean <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public bool ServedFromCache { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property bool ServedFromCache sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_ServedFromCache(); /** property */ public void set_ServedFromCache(bool value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get ServedFromCache() : bool public CompilerGeneratedAttribute function set ServedFromCache(value : bool); |