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 a437074 + 21a1f60 commit 7feadddCopy full SHA for 7feaddd
components/class_loader/cache_class_loader.rst
@@ -13,7 +13,7 @@ Introduction
13
14
Finding the file for a particular class can be an expensive task. Luckily,
15
the Class Loader Component comes with two classes to cache the mapping
16
-from a class to its containing file. Both the :class:`Symfonfy\\Component\\ClassLoader\\ApcClassLoader`
+from a class to its containing file. Both the :class:`Symfony\\Component\\ClassLoader\\ApcClassLoader`
17
and the :class:`Symfony\\Component\\ClassLoader\\XcacheClassLoader` wrap
18
around an object which implements a ``findFile()`` method to find the file
19
for a class.
0 commit comments