1
0
Fork 0
arangodb/Documentation/DocuBlocks/Rest/AQL/DeleteApiQueryCache.md

484 B

@startDocuBlock DeleteApiQueryCache @brief clears the AQL query results cache

@RESTHEADER{DELETE /_api/query-cache, Clears any results in the AQL query results cache, clearCache}

@RESTDESCRIPTION clears the query results cache for the current database @RESTRETURNCODES

@RESTRETURNCODE{200} The server will respond with HTTP 200 when the cache was cleared successfully.

@RESTRETURNCODE{400} The server will respond with HTTP 400 in case of a malformed request. @endDocuBlock