Cache BridgeMethodResolver results #22579
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Some analysis shows that it's quite common for the
BridgeMethodResolver
to be asked about the same method multiple times. Although not massively expensive (since we already lean on existing method and resolvable type caches), there is still some overhead with these calls. Given the relatively small number of bridge methods, it might be worth adding a cache for the results.The text was updated successfully, but these errors were encountered: