WARNING: Version 5.x has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Clear cache
editClear cache
editThe clear cache API allows to clear either all caches or specific cached associated with one ore more indices.
ClearAll
editvar r = this.ConnectedClient.ClearCache();
Typed with advanced options
editvar r = this.ConnectedClient.ClearCache<ElasticSearchProject>(ClearCacheOptions.Filter | ClearCacheOptions.Bloom);