Open
Description
It's common to update translation in production (with a cron). But then it comes to cache invalidation.
There is some hacky stuff in https://github.com/php-translation/symfony-bundle:
- https://github.com/php-translation/symfony-bundle/blob/master/Command/DownloadCommand.php
- https://github.com/php-translation/symfony-bundle/blob/master/Service/CacheClearer.php
If we put the translation cache into a cache pool, it will become much easier to clear the cache, and them warm it up?
WDYT?
Metadata
Metadata
Assignees
Labels
RFC = Request For Comments (proposals about features that you want to be discussed)RFC = Request For Comments (proposals about features that you want to be discussed)