You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
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);