Skip to content
Arxo Arxo

Caching

Symptoms: Code changes not reflected in analysis.

Solution:

Terminal window
arxo cache clear
# Or disable cache for one run
arxo analyze

Issue: ~/.cache/arxo using too much disk space.

Solutions:

  1. Clear cache: arxo cache clear
  2. Custom location (if supported in your build): set cache path in config or env.
  3. Disable cache: in config set run_options.disable_cache: true if available.