Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor syntax error
  • Loading branch information
javiereguiluz committed Apr 25, 2016
commit c6917bd70620de9e779ea40fdac9aca3ae55bb47
2 changes: 1 addition & 1 deletion components/cache/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Basic Usage
This component is a strict implementation of `PSR-6`_, which means that the API
is the same as defined in the standard. Before starting to cache information,
create the cache pool using any of the built-in adapters. For example, to create
a filesystem-based cache, instantiate :class:`Symfony\Component\Cache\Adapter\FilesystemAdapter`
a filesystem-based cache, instantiate :class:`Symfony\\Component\\Cache\\Adapter\\FilesystemAdapter`
and define the namespace used to store the items as the first argument::

use Symfony\Component\Cache\Adapter\FilesystemAdapter;
Expand Down