> For the complete documentation index, see [llms.txt](https://atomic-suite.gitbook.io/atomic-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomic-suite.gitbook.io/atomic-suite/documentation-atomic/documentation-utilisateur/gestion-du-cache/comment-gerer-le-cache-via-atomic.md).

# Gérer le cache du site via Atomic

Pour configurer la gestion du cache de votre site, ouvrez le menu “Settings” de Atomic, puis cliquez sur "Advanced Cache".

<figure><img src="/files/zrXvzQeTFAzBdZsaXIHb" alt=""><figcaption><p>Atomic Suite By 202 > Configuration > Cache avancé</p></figcaption></figure>

Via le bouton "Clear cache" vous pourrez vider le cache.

Dans la même page, il est possible ainsi modifier :

* [Les configurations de base du cache](/atomic-suite/documentation-atomic/documentation-utilisateur/gestion-du-cache/configuration-de-base-du-cache.md)
* [Le temps de sauvegarde du cache](/atomic-suite/documentation-atomic/documentation-utilisateur/gestion-du-cache/configuration-du-temps-de-sauvegarde-du-cache-sur-les-pages-de-votre-site.md)
* [La mise en cache partielle](/atomic-suite/documentation-atomic/documentation-utilisateur/gestion-du-cache/configuration-de-la-mise-en-cache-partielle.md)
* [La gestion du cache des codes JS dans l'en-tête](/atomic-suite/documentation-atomic/documentation-utilisateur/gestion-du-cache/activer-le-cache-pour-les-codes-js-dans-len-tete.md)
* [Les URL à exclure du cache](/atomic-suite/documentation-atomic/documentation-utilisateur/gestion-du-cache/exclure-une-url-specifique-du-cache.md)
* [Les IP à exclure du cache](/atomic-suite/documentation-atomic/documentation-utilisateur/gestion-du-cache/exclure-un-ip-specifique-du-cache.md)

**Attention :** Si vous disposez d'un site en multi-boutique, la configuration de cette section pourrait être différente pour chaque boutique. Il est donc important de **définir les options de cache pour chaque boutique** : la configuration en mode "Toutes les boutiques" n'est pas possible.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://atomic-suite.gitbook.io/atomic-suite/documentation-atomic/documentation-utilisateur/gestion-du-cache/comment-gerer-le-cache-via-atomic.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
