8000
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.
2 parents 35e4457 + 128a064 commit e3da7aaCopy full SHA for e3da7aa
components/class_loader/cache_class_loader.rst
@@ -9,6 +9,7 @@ Cache a Class Loader
9
====================
10
11
The ``ApcClassLoader``, the ``WinCacheClassLoader`` and the ``XcacheClassLoader``
12
-are deprecated since Symfony 3.3. Use the ``--optimize`` and ``--apcu-autoloader``
13
-options instead when dumping the autoloader using the ``composer dump-autoload``
14
-command.
+are deprecated since Symfony 3.3. As an alternative, use any of the
+`class loading optimizations`_ provided by Composer.
+
15
+.. _`class loading optimizations`: https://getcomposer.org/doc/articles/autoloader-optimization.md
0 commit comments