Expand description
Persistent registry, cache, and transaction journal state.
Registry updates are serialized under an exclusive lock and committed atomically. Public read APIs return an empty default document when no registry exists, while malformed or semantically invalid files are reported as parse errors.
Structs§
- Registry
Document - Versioned persistent record of managed installations.
Functions§
- read_
registry - Read managed installation entries, returning an empty list when no registry exists.
- read_
registry_ document - Read and validate the complete persistent registry document.