Module services_cache

Module services_cache 

Source
Expand description

Service cache persistence for install list service impacts.

Structs§

ServiceCache
What: Cache blob combining install list signature with resolved service impact metadata.

Functions§

compute_signature
What: Generate a deterministic signature for service cache comparisons.
load_cache
What: Load cached service impact data when the stored signature matches the current list.
save_cache
What: Persist service impact cache payload and signature to disk as JSON.