1
0
mirror of synced 2024-12-05 03:06:05 +03:00

#954 DDC-2982 - s/CacheProvider/Cache in documentation

This commit is contained in:
Marco Pivetta 2015-01-17 23:44:40 +01:00
parent b1474768fe
commit d5f6b4440a

View File

@ -185,7 +185,7 @@ To enable the second-level-cache, you should provide a cache factory
<?php
/* var $config \Doctrine\ORM\Cache\RegionsConfiguration */
/* var $cache \Doctrine\Common\Cache\CacheProvider */
/* var $cache \Doctrine\Common\Cache\Cache */
$factory = new \Doctrine\ORM\Cache\DefaultCacheFactory($config, $cache);