Hi All!
When loading a deleted aggregate root from the repository using the CachingEventSourcingRepository and there is a cache hit I don’t get the expected AggregateDeletedException.
On the other hand when there is a cache miss I get the exception when the state is initialized from the event-store. Is this the expected behaviour?