Skip to content

Commit cf5532d

Browse files
sukhoy94javiereguiluz
authored andcommitted
Add mentions where to find configCache
1 parent d75f662 commit cf5532d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,8 @@ serves at dumping the compiled container::
504504
The ``file_put_contents()`` function is not atomic. That could cause issues
505505
in a production environment with multiple concurrent requests. Instead, use
506506
the :ref:`dumpFile() method <filesystem-dumpfile>` from Symfony Filesystem
507-
component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()``)
507+
component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()``
508+
which is part of the :doc:`Config component </components/config>`)
508509
which are atomic.
509510

510511
``ProjectServiceContainer`` is the default name given to the dumped container

0 commit comments

Comments
 (0)