PostCursorBodyCache Property  | 
 
            Flag to determine whether the AQL query results cache shall be used.
            If set to false, then any query cache lookup will be skipped for the query.
            If set to true, it will lead to the query cache being checked for the query
            if the query cache mode is either 'on' or 'demand'.
            
 
    Namespace: 
   ArangoDBNetStandard.CursorApi.Models
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic bool? Cache { get; set; }Public Property Cache As Boolean?
	Get
	Set
public:
property Nullable<bool> Cache {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}member Cache : Nullable<bool> with get, set
Property Value
Type: 
NullableBoolean
See Also