Uses of Class
com.arangodb.entity.QueryCachePropertiesEntity
Packages that use QueryCachePropertiesEntity
-
Uses of QueryCachePropertiesEntity in com.arangodb
Methods in com.arangodb that return QueryCachePropertiesEntityModifier and TypeMethodDescriptionArangoDatabase.getQueryCacheProperties()
Returns the global configuration for the AQL query cacheArangoDatabase.setQueryCacheProperties
(QueryCachePropertiesEntity properties) Changes the configuration for the AQL query cache.Methods in com.arangodb that return types with arguments of type QueryCachePropertiesEntityModifier and TypeMethodDescriptionArangoDatabaseAsync.getQueryCacheProperties()
Asynchronous version ofArangoDatabase.getQueryCacheProperties()
ArangoDatabaseAsync.setQueryCacheProperties
(QueryCachePropertiesEntity properties) Asynchronous version ofArangoDatabase.setQueryCacheProperties(QueryCachePropertiesEntity)
Methods in com.arangodb with parameters of type QueryCachePropertiesEntityModifier and TypeMethodDescriptionArangoDatabase.setQueryCacheProperties
(QueryCachePropertiesEntity properties) Changes the configuration for the AQL query cache.ArangoDatabaseAsync.setQueryCacheProperties
(QueryCachePropertiesEntity properties) Asynchronous version ofArangoDatabase.setQueryCacheProperties(QueryCachePropertiesEntity)
-
Uses of QueryCachePropertiesEntity in com.arangodb.internal
Methods in com.arangodb.internal that return QueryCachePropertiesEntityModifier and TypeMethodDescriptionArangoDatabaseImpl.getQueryCacheProperties()
ArangoDatabaseImpl.setQueryCacheProperties
(QueryCachePropertiesEntity properties) Methods in com.arangodb.internal that return types with arguments of type QueryCachePropertiesEntityModifier and TypeMethodDescriptionArangoDatabaseAsyncImpl.getQueryCacheProperties()
ArangoDatabaseAsyncImpl.setQueryCacheProperties
(QueryCachePropertiesEntity properties) Methods in com.arangodb.internal with parameters of type QueryCachePropertiesEntityModifier and TypeMethodDescriptionArangoDatabaseAsyncImpl.setQueryCacheProperties
(QueryCachePropertiesEntity properties) ArangoDatabaseImpl.setQueryCacheProperties
(QueryCachePropertiesEntity properties) protected InternalRequest
InternalArangoDatabase.setQueryCachePropertiesRequest
(QueryCachePropertiesEntity properties)