Module sandbox_cache

Module sandbox_cache 

Source
Expand description

Sandbox cache persistence for install list sandbox analysis.

Structs§

SandboxCache
What: Cache blob combining install list signature with resolved sandbox metadata.

Functions§

compute_signature
What: Generate a deterministic signature for sandbox cache comparisons.
load_cache
What: Load cached sandbox data when the stored signature matches the current list.
load_cache_partial
What: Load cached sandbox data with partial matching support.
save_cache
What: Persist sandbox cache payload and signature to disk as JSON.