Skip to content

[Translation] Different caching mechanism for translations #20430

Closed
@koemeet

Description

@koemeet

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions