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.
1 parent b185bc4 commit abb5d5bCopy full SHA for abb5d5b
components/cache/adapters/chain_adapter.rst
@@ -15,7 +15,7 @@ given adapters. This exposes a simple and efficient method for creating a layere
15
The ChainAdapter must be provided an array of adapters and optionally a maximum cache
16
lifetime as its constructor arguments::
17
18
- use Symfony\Component\Cache\Adapter\ApcuAdapter;
+ use Symfony\Component\Cache\Adapter\ChainAdapter;
19
20
$cache = new ChainAdapter(
21
// The ordered list of adapters used to fetch cached items
0 commit comments