xinra-oss / review-community

Other
2 stars 0 forks source link

Use Hibernate second level cache #66

Closed erikhofer closed 6 years ago

erikhofer commented 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.

erikhofer commented 6 years ago

DTO cache is postponed.