Package com.arangodb.entity
Class QueryCachePropertiesEntity
java.lang.Object
com.arangodb.entity.QueryCachePropertiesEntity
- Author:
- Mark Vollmary
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QueryCachePropertiesEntity
public QueryCachePropertiesEntity()
-
-
Method Details
-
getMode
- Returns:
- the mode the AQL query cache operates in. The mode is one of the following values: off, on or demand
-
setMode
- Parameters:
mode
- the mode the AQL query cache operates in. The mode is one of the following values: off, on or demand
-
getMaxResults
- Returns:
- the maximum number of query results that will be stored per database-specific cache
-
setMaxResults
- Parameters:
maxResults
- the maximum number of query results that will be stored per database-specific cache
-