> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Caching

<AccordionGroup>
  <Accordion title="flask-cache-query-string">
    Flask-caching doesn't cache query strings by default. You have to use `query_string=True`. Also you shouldn't cache verbs that can mutate state.
  </Accordion>
</AccordionGroup>
