Closed
Description
Symfony version affected: 5.x-dev
Description
In #39097 namespace caching has been added. Not found namespaces (prefix with namespace-value null) are cached but this value is not found in
Possible Solution
Change cache check or do not cache null values anymore (performance hit in edge cases).