We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e670a commit 72b8266Copy full SHA for 72b8266
user_guide_src/source/concepts/services.rst
@@ -181,8 +181,9 @@ Resetting Services Cache
181
182
.. versionadded:: 4.6.0
183
184
-When Services is first called fairly early in the framework initialization process,
185
-the Services classes discovered by auto-discovery is cached in a property.
+When the Services class is first called fairly early in the framework initialization
+process, the Services classes discovered by auto-discovery are cached in a property,
186
+and it will not be updated.
187
188
If modules are dynamically loaded later, and there are Services in the modules,
189
the cache must be updated.
0 commit comments