Correct backend name so that Zend_Cache can find it

Closes #1425
This commit is contained in:
Simon Welsh 2014-03-15 11:02:42 +13:00
parent 7f704cfc97
commit 99d6498467

2
cache/Cache.php vendored
View File

@ -76,7 +76,7 @@
* <h2>Using APC as a store</h2>
*
* <code>
* SS_Cache::add_backend('two-level', 'TwoLevels', array(
* SS_Cache::add_backend('two-level', 'Two-Levels', array(
* 'slow_backend' => 'File',
* 'fast_backend' => 'Apc',
* 'slow_backend_options' => array(