You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I can tell the translation component is kind of hard coupled to store its cache in the filesystem. It would be nice if it would be possible to use for example Redis to store the cached translation catalogues.
My use case for this is that I am storing my translations inside a database so cache invalidation becomes an issue when I have the application running on multiple servers. I would have to clear the specific folders on every server when a change is made in the database.