We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dd3fa commit 96d8faeCopy full SHA for 96d8fae
example/index.php
@@ -17,7 +17,7 @@
17
try {
18
19
$cacheFactory = new CacheFactory;
20
- $cache = $cacheFactory->getInstance('Memcached', [
+ $cache = $cacheFactory->getInstance('MongoDB', [
21
'host' => 'localhost',
22
'port' => '27017',
23
'persistence' => true
0 commit comments