Avoid repeated Charset resolution in MimeType #25808
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Along the lines of the
toString()
caching in #22340, we can also cache the resolvedCharset
instance inMimeType
, in particular for repeatedgetCharset()
calls inif
conditions (which are quite common in our converter implementations).The text was updated successfully, but these errors were encountered: