public class QueryCachePropertiesEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryCachePropertiesEntity.CacheMode |
Constructor and Description |
---|
QueryCachePropertiesEntity() |
Modifier and Type | Method and Description |
---|---|
Long |
getMaxResults() |
QueryCachePropertiesEntity.CacheMode |
getMode() |
void |
setMaxResults(Long maxResults) |
void |
setMode(QueryCachePropertiesEntity.CacheMode mode) |
public QueryCachePropertiesEntity.CacheMode getMode()
public void setMode(QueryCachePropertiesEntity.CacheMode mode)
mode
- the mode the AQL query cache operates in. The mode is one of the following values: off, on or demandpublic Long getMaxResults()
public void setMaxResults(Long maxResults)
maxResults
- the maximum number of query results that will be stored per database-specific cacheCopyright © 2016–2017 ArangoDB GmbH. All rights reserved.