Fixing issue in APC driver
This commit is contained in:
parent
0c30bab776
commit
40ee7af9c8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ by itself.
|
|||
.. code-block:: php
|
||||
|
||||
<?php
|
||||
$cacheDriver = new \Doctrine\Common\Cache\ApcuCache();
|
||||
$cacheDriver = new \Doctrine\Common\Cache\ApcCache();
|
||||
$cacheDriver->save('cache_id', 'my_data');
|
||||
|
||||
APCu
|
||||
|
|
Loading…
Add table
Reference in a new issue