Check if entity exists in storage.
Unique entity identifier
Promise resolving to true if exists, false otherwise
Async generator yielding all entity IDs.
AsyncGenerator yielding entity IDs
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.