Clear cacheedit

The clear cache API allows to clear either all caches or specific cached associated with one ore more indices.

ClearAlledit

var r = this.ConnectedClient.ClearCache();

Typed with advanced optionsedit

var r = this.ConnectedClient.ClearCache<ElasticSearchProject>(ClearCacheOptions.Filter | ClearCacheOptions.Bloom);