Skip to content
Arxo Arxo

cache

Manage the Arxo analysis cache used to speed up repeated analyses.

Clear all cached analysis data.

Terminal window
arxo cache clear

List cached project hashes.

Terminal window
arxo cache list

Show the cache directory path.

Terminal window
arxo cache path

Show cache statistics (size, project count).

Terminal window
arxo cache stats
  • After major dependency or configuration changes
  • When analysis results seem stale
  • To free disk space
  • For benchmarking (use --no-analysis-cache on analyze instead)

Use arxo analyze --clear-cache to clear cache before a single analysis run. Use arxo analyze --no-analysis-cache to bypass cache for that run only.