Continued:
authorRoland Häder <roland@mxchange.org>
Sat, 11 Dec 2021 23:18:41 +0000 (00:18 +0100)
committerRoland Häder <roland@mxchange.org>
Sat, 11 Dec 2021 23:18:41 +0000 (00:18 +0100)
commit7ffdc10bef06624ca2c6cf58e1109f880bbbf13e
tree1e6f972969306e209eb1dff6d1f7f77baea92bc3
parentb9efd06b24231e8edefcb83c3e6dca340647068b
Continued:
- StringUtils::convertToClassName() is now "in-method cached". That means that
  the parameter $str is used as key and the value is being generated when the
  key does not exist in self::$cache array

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/utils/strings/class_StringUtils.php