Click or drag to resize

AqlFunctionApiClientGetCachedAqlQueryResultsAsync 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
public virtual Task<List<CachedAqlQueryResult>> GetCachedAqlQueryResultsAsync()

Return Value

Type: TaskListCachedAqlQueryResult

Implements

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