Click or drag to resize

IAqlFunctionApiClientGetCachedAqlQueryResultsAsync Method

Gets a list of the stored results in the AQL query results cache. GET /_api/query-cache/entries

Namespace:  ArangoDBNetStandard.AqlFunctionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<List<CachedAqlQueryResult>> GetCachedAqlQueryResultsAsync()

Return Value

Type: TaskListCachedAqlQueryResult
Remarks
Returns an array containing the AQL query results currently stored in the query results cache of the selected database.
See Also