Function invalidate_caches

Source
pub async fn invalidate_caches(
    configuration: &Configuration,
) -> Result<StatusOk, Error<InvalidateCachesError>>
Expand description

Purge all the in-memory caches for the Mattermost server. This can have a temporary negative effect on performance while the caches are re-populated. ##### Permissions Must have manage_system permission.