Expand description
Persistent ROM cache — survives across program restarts.
Stores RomList per platform/collection on disk as JSON. On load, entries
are validated against the live rom_count from the API; stale entries are
silently discarded so only changed platforms trigger a re-fetch.
Structs§
- RomCache
- In-memory view of the persisted ROM cache.