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