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 QueryCachePropertiesEntityArangoDatabase. getQueryCacheProperties()Returns the global configuration for the AQL query cacheQueryCachePropertiesEntityArangoDatabase. setQueryCacheProperties(QueryCachePropertiesEntity properties)Changes the configuration for the AQL query cache.Methods in com.arangodb with parameters of type QueryCachePropertiesEntity Modifier and Type Method Description QueryCachePropertiesEntityArangoDatabase. setQueryCacheProperties(QueryCachePropertiesEntity properties)Changes the configuration for the AQL query cache.
-