Skip to content

Commit

Permalink
#954 DDC-2982 - s/CacheProvider/Cache in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 17, 2015
1 parent b147476 commit d5f6b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/second-level-cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d5f6b44

Please sign in to comment.