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 8ff5c48 commit faa3447Copy full SHA for faa3447
components/cache/cache_pools.rst
@@ -153,7 +153,7 @@ application as if they were Symfony Cache adapters::
153
use Doctrine\Common\Cache\SQLite3Cache;
154
use Symfony\Component\Cache\Adapter\DoctrineAdapter;
155
156
- $doctrineCache = new SQLite3(__DIR__.'/cache/data.sqlite');
+ $doctrineCache = new SQLite3Cache(__DIR__.'/cache/data.sqlite');
157
$symfonyCache = new DoctrineAdapter($doctrineCache);
158
159
This adapter also defines two optional arguments called ``namespace`` (default:
0 commit comments