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)