Cache a Class Loader
Edit this pageWarning: You are browsing the documentation for Symfony 3.3, which is no longer maintained.
Read the updated version of this page for Symfony 6.3 (the current stable version).
Cache a Class Loader
The ApcClassLoader
, the WinCacheClassLoader
and the XcacheClassLoader
are deprecated since Symfony 3.3. As an alternative, use any of the
class loading optimizations provided by Composer.
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0
license.