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()
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
IAqlFunctionApiClientGetCachedAqlQueryResultsAsyncRemarks
Returns an array containing the AQL query results currently
stored in the query results cache of the selected database.
See Also