Skip to content

Commit 8d899fd

Browse files
authored
Add mentions where to find configCache
Added mention where to find ConfigCache class. To be used in $containerCache->write()
1 parent 0f2a18b commit 8d899fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ serves at dumping the compiled container::
500500
The ``file_put_contents()`` function is not atomic. That could cause issues
501501
in a production environment with multiple concurrent requests. Instead, use
502502
the :ref:`dumpFile() method <filesystem-dumpfile>` from Symfony Filesystem
503-
component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()``)
503+
component or other methods provided by Symfony (e.g. ``$containerConfigCache->write()`` which is part of Symfony Config component)
504504
which are atomic.
505505

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

0 commit comments

Comments
 (0)