diff --git a/components/class_loader/cache_class_loader.rst b/components/class_loader/cache_class_loader.rst index 4cc8b8e52e3..a75f743826c 100644 --- a/components/class_loader/cache_class_loader.rst +++ b/components/class_loader/cache_class_loader.rst @@ -9,6 +9,7 @@ Cache a Class Loader ==================== The ``ApcClassLoader``, the ``WinCacheClassLoader`` and the ``XcacheClassLoader`` -are deprecated since Symfony 3.3. Use the ``--optimize`` and ``--apcu-autoloader`` -options instead when dumping the autoloader using the ``composer dump-autoload`` -command. +are deprecated since Symfony 3.3. As an alternative, use any of the +`class loading optimizations`_ provided by Composer. + +.. _`class loading optimizations`: https://getcomposer.org/doc/articles/autoloader-optimization.md