mirror of https://gitee.com/bigwinds/arangodb
484 B
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