> ## 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 dir

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

Print the cache directory for the current project

The Qlty CLI creates symlinks from within the *repository's* top-level `.qlty/` folder into a global `~/.qlty/` directory within the home directory. This command retrieves the *global* filesystem path to where those files are stores (a non-symlink path).

For example:

```
/Users/username/.qlty/cache/repos/da4c81b6f6ee723c7f3c1490954ac29e
```

## Examples

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

## See Also

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