Check if entity exists in storage.
Unique entity identifier
Promise resolving to true if exists, false otherwise
Initialize persistence directory and validate existing files. Uses singleshot to ensure one-time execution.
Whether this is the first initialization
Promise that resolves when initialization is complete
Persistence interface for CRUD operations. Implemented by PersistBase.