avc cache
AVC caches computed diffs in the database to speed up repeated queries (e.g. re-running avc diff on the same snapshot pair, or avc status polled by an agent in a loop).
Subcommands
Section titled “Subcommands”avc cache stats # show cache size and oldest entryavc cache clear # delete all cached diff resultsavc cache stats
Section titled “avc cache stats”avc cache statsavc cache stats --jsonJSON output:
{ "cached_rows": 42, "oldest_at": 1712282400}avc cache clear
Section titled “avc cache clear”avc cache clearavc cache clear --jsonJSON output:
{ "cleared": true, "success": true}Clearing the cache never deletes snapshots or objects — it only forces the next diff to be recomputed.