public interface InternalQueryCacheDriver extends BaseDriverInterface
Modifier and Type | Method and Description |
---|---|
DefaultEntity |
deleteQueryCache(String database) |
QueryCachePropertiesEntity |
getQueryCacheProperties(String database) |
QueryCachePropertiesEntity |
setQueryCacheProperties(String database,
QueryCachePropertiesEntity properties) |
getHttpManager, setHttpManager
DefaultEntity deleteQueryCache(String database) throws ArangoException
ArangoException
QueryCachePropertiesEntity getQueryCacheProperties(String database) throws ArangoException
ArangoException
QueryCachePropertiesEntity setQueryCacheProperties(String database, QueryCachePropertiesEntity properties) throws ArangoException
ArangoException
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.