Frachtwerk / essencium-backend

Essencium Backend is a software library built on top of Spring Boot that allows developers to quickly get started on new software projects. Essencium provides, for example, a fully implemented role-rights concept as well as various field-tested solutions for access management and authentication.
GNU Lesser General Public License v3.0
15 stars 3 forks source link

TranslationService should cache the values #453

Open pwannenmacher opened 4 months ago

pwannenmacher commented 4 months ago

Is your feature request related to a problem? Please describe. There a are many database trips only for fetching translation keys.

Describe the solution you'd like Some kind of cache would help to prevent those roundtrips.