Closed
Description
As reported here, cache key implemented as records have a sever impact on the performance of applications running on GraalVM as the relevant methods are implemented using reflection (original ticket in GraalVM here). For the time being, we should revert to use simple classes to avoid that penalty for the caches we use internally.