joedixon / laravel-translation

Translation management for your Laravel application.
MIT License
698 stars 231 forks source link

Database: cache group translations #244

Closed levu42 closed 2 years ago

levu42 commented 2 years ago

This applies the same caching mechanism that I used in #242 for caching languages to caching group translations. This is one of the things that I did in my private clone to prevent duplicate requests.