Retrieves all entry statuses, optionally bypassing the cache.
Optional
skipCache: booleanOptional flag to bypass the cache and fetch the entry directly from the source.
Retrieves an entry status by its unique identifier.
The unique identifier of the entry to be retrieved.
Optional
skipCache: booleanOptional flag to bypass the cache and fetch the entry directly from the source.
A promise that resolves to the fetched entry status.
EntryStatusHandler is a class that handles the retrieval and caching of entry status information. It connects to a client and optionally uses a socket to listen for real-time updates to the entry status data.