Closed erikhofer closed 6 years ago
We tried to cache market entities ourselves but using Hibernate L2 cache is a better approach. We have to come up with a way to keep the DTO cache in sync with the entity cache, probably with @EntityListeners.
@EntityListeners
DTO cache is postponed.
We tried to cache market entities ourselves but using Hibernate L2 cache is a better approach. We have to come up with a way to keep the DTO cache in sync with the entity cache, probably with
@EntityListeners
.