Expand description
Sandbox cache persistence for install list sandbox analysis.
Structs§
- Sandbox
Cache - 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.