Uses of Class
com.arangodb.entity.QueryCachePropertiesEntity
-
Packages that use QueryCachePropertiesEntity Package Description com.arangodb -
-
Uses of QueryCachePropertiesEntity in com.arangodb
Methods in com.arangodb that return QueryCachePropertiesEntity Modifier and Type Method Description QueryCachePropertiesEntity
ArangoDatabase. getQueryCacheProperties()
Returns the global configuration for the AQL query cacheQueryCachePropertiesEntity
ArangoDatabase. setQueryCacheProperties(QueryCachePropertiesEntity properties)
Changes the configuration for the AQL query cache.Methods in com.arangodb that return types with arguments of type QueryCachePropertiesEntity Modifier and Type Method Description CompletableFuture<QueryCachePropertiesEntity>
ArangoDatabaseAsync. getQueryCacheProperties()
Asynchronous version ofArangoDatabase.getQueryCacheProperties()
CompletableFuture<QueryCachePropertiesEntity>
ArangoDatabaseAsync. setQueryCacheProperties(QueryCachePropertiesEntity properties)
Asynchronous version ofArangoDatabase.setQueryCacheProperties(QueryCachePropertiesEntity)
Methods in com.arangodb with parameters of type QueryCachePropertiesEntity Modifier and Type Method Description QueryCachePropertiesEntity
ArangoDatabase. setQueryCacheProperties(QueryCachePropertiesEntity properties)
Changes the configuration for the AQL query cache.CompletableFuture<QueryCachePropertiesEntity>
ArangoDatabaseAsync. setQueryCacheProperties(QueryCachePropertiesEntity properties)
Asynchronous version ofArangoDatabase.setQueryCacheProperties(QueryCachePropertiesEntity)
-