[axonframework] CachingEventSourcingRepository configuration in Axon 4.1.1

Hi Achim,

you can configure caching on the EventSourcingRepisitory.builder(). If a cache us set, you get another implementation of the repository, but that’s an implementation detail :slight_smile:

Cheers,

Allard