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()
Function GetCachedAqlQueryResultsAsync As Task(Of List(Of CachedAqlQueryResult))
Task<List<CachedAqlQueryResult^>^>^ GetCachedAqlQueryResultsAsync()
abstract GetCachedAqlQueryResultsAsync : unit -> Task<List<CachedAqlQueryResult>>
Return Value
Type:
TaskListCachedAqlQueryResultRemarks
Returns an array containing the AQL query results currently
stored in the query results cache of the selected database.
See Also