Caching
Caching Issues
Section titled “Caching Issues”Stale Cache Results
Section titled “Stale Cache Results”Symptoms: Code changes not reflected in analysis.
Solution:
arxo cache clear# Or disable cache for one runarxo analyzeCache Too Large
Section titled “Cache Too Large”Issue: ~/.cache/arxo using too much disk space.
Solutions:
- Clear cache:
arxo cache clear - Custom location (if supported in your build): set cache path in config or env.
- Disable cache: in config set
run_options.disable_cache: trueif available.
Next steps
Section titled “Next steps”- Troubleshooting — Overview
- CLI cache — Cache commands