Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[2.8][Translation] added message cache.#14526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
cf5dd74
tocc6556d
Compareuse Symfony\Component\Config\ConfigCacheFactory; | ||
/** | ||
* @author Abdellatif Ait Boudad <a.aitboudad@gmail.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
boudad is lowercase 😆
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
😴
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
fixed thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
on his own last name nice@pborreli
cc6556d
to3d1a39f
CompareWhy do you think do we need another interface for this and make the I mean, why can't we just decorate the |
@mpdude The current implementation try to simplify the |
closed in favor of#14671. |
The message cache Interface contains now only one method:
for more details see#13986.