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

# Cache Management Commands

> Cache management commands available with the Command Line Interface (CLI).

The Python SDK will cache job results locally to speed up subsequent calls to `get_job_results`. This cache is stored in the `~/.sutro/job-results` directory.

The CLI provides commands to manage the job results cache.

### Clearing the job results cache

To clear the job results cache, use:

```none theme={null}
sutro cache clear
```

### Showing the contents of the job results cache

To show the contents and size of the job results cache, use:

```none theme={null}
sutro cache show
```
