CursorResponseTCached Property |
Indicates whether the query result was served from the query cache or not.
If the query result is served from the query cache, the extra return attribute
will not contain any stats sub-attribute and no profile sub-attribute.
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool Cached { get; set; }
Public Property Cached As Boolean
Get
Set
public:
property bool Cached {
bool get ();
void set (bool value);
}
member Cached : bool with get, set
Property Value
Type:
BooleanSee Also