# Cache

Use the Cache API to clear the caches used by Content Hub.

## Clear the cache

 - [DELETE /api/cache/{name}](https://api-docs.sitecore.com/ch/cache-api/cache/cache.md): Clears a specific cache using the cache name or clears all caches when the name is defined as all. {% admonition type="info" name="Note" %}We strongly recommend that you do not clear your caches during periods of high system load. This can temporarily degrade performance and increase response times for some users.{% /admonition %}

