1
0
Fork 0
arangodb/Documentation/DocuBlocks/queryCacheMode.md

372 B

@brief whether or not to enable the AQL query cache --query.cache-mode

Toggles the AQL query cache behavior. Possible values are:

  • off: do not use query cache
  • on: always use query cache, except for queries that have their cache attribute set to false
  • demand: use query cache only for queries that have their cache attribute set to true set