1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Fixing issue in APC driver

This commit is contained in:
reypm 2017-07-30 15:31:42 -04:00
parent 0c30bab776
commit 40ee7af9c8

View File

@ -60,7 +60,7 @@ by itself.
.. code-block:: php .. code-block:: php
<?php <?php
$cacheDriver = new \Doctrine\Common\Cache\ApcuCache(); $cacheDriver = new \Doctrine\Common\Cache\ApcCache();
$cacheDriver->save('cache_id', 'my_data'); $cacheDriver->save('cache_id', 'my_data');
APCu APCu