Skip to content

Commit cf7606d

Browse files
author
Mark
committed
fixed getter in AqlQueryOptions
1 parent f2db9ae commit cf7606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/arangodb/util/AqlQueryOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public AqlQueryOptions setTtl(Integer ttl) {
134134
* @return boolean flag
135135
*/
136136
public Boolean getCache() {
137-
return fullCount;
137+
return cache;
138138
}
139139

140140
/**

0 commit comments

Comments
 (0)