Click or drag to resize

AqlFunctionApiClientDeleteClearAqlQueryCacheAsync Method

Clears the query results cache for the current database DELETE /_api/query-cache

Namespace:  ArangoDBNetStandard.AqlFunctionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<ResponseBase> DeleteClearAqlQueryCacheAsync()

Return Value

Type: TaskResponseBase

Implements

IAqlFunctionApiClientDeleteClearAqlQueryCacheAsync
See Also