File-backed Store implementation using OTP's :dets. The table is
reopened from the same path on every start_link/1, so locator rows
survive a BEAM restart. A corrupt or unreadable file is logged and
replaced with a fresh, empty table (mirrors RMA's Provisioner.Store.File
corrupt-file handling) — a lost locator row just means the next lookup
falls back to provisioning, not a crash.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.