# Cache management
## Get the size
```
❯ packtrack cache size
3.4 MiB
```
## Prune the cache
This removes all entries from the cache that are not associated with a URL in the URL store.
```
❯ packtrack cache prune
Removed 94 urls
Cache size reduced from 5.3 MiB to 3.3 MiB
```