You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During performance testing we discovered that calls to Class.forName were taking a large amount of time relative to our expectations. We'd like to have an option for caching the results of the class name lookup so that the forName method is only called on new classes.
The text was updated successfully, but these errors were encountered:
During performance testing we discovered that calls to Class.forName were taking a large amount of time relative to our expectations. We'd like to have an option for caching the results of the class name lookup so that the forName method is only called on new classes.
The text was updated successfully, but these errors were encountered: