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

# cache status

```bash lines theme={"system"}
qlty cache status [OPTIONS]
```

Print the status of the cache directory for the current project

The printed information includes file counts and sizes for the cached analysis results, project logs, and debug files.

## Examples

```bash Print the cache status for the current repository lines theme={"system"}
qlty cache status
```

## See Also

* [`cache clean`](/cli/commands/cache-clean)
* [`cache dir`](/cli/commands/cache-dir)
* [Global Options](/cli/global-options)
