File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/dependency_injection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -564,8 +564,8 @@ Now the cached dumped container is used regardless of whether debug mode
564
564
is on or not. The difference is that the ``ConfigCache `` is set to debug
565
565
mode with its second constructor argument. When the cache is not in debug
566
566
mode the cached container will always be used if it exists. In debug mode,
567
- an additional metadata file is written with the timestamps of all the resource
568
- files. These are then checked to see if the files have changed, if they
567
+ an additional metadata file is written with all the involved resource
568
+ files. These are then checked to see if their timestamps have changed, if they
569
569
have the cache will be considered stale.
570
570
571
571
.. note ::
You can’t perform that action at this time.
0 commit comments