---
title: cache
---

# cache
The `cache` command stores the `audio` and `motion` levels, saving time at the cost of space. The cache will go up to 10 entires, and will delete the oldest after.


## Examples
To list the cache files:

```
auto-editor cache
```

To remove the cache files:

```
auto-editor cache clear
```

<a class="next" href="./desc">Next: desc</a>
