MINOR: updated typo in comment for Cache.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@112982 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Will Rossiter 2010-10-20 07:35:32 +00:00 committed by Sam Minnee
parent 0abb1b12b1
commit 4765e1b259

2
cache/Cache.php vendored
View File

@ -48,7 +48,7 @@
*
* (in _config.php)
*
* SS_Cache::add_backend('two-level', 'TwoLevels' array(
* SS_Cache::add_backend('two-level', 'TwoLevels', array(
* 'slow_backend' => 'File',
* 'fast_backend' => 'Apc',
* 'slow_backend_options' => array('cache_dir' => TEMP_FOLDER . DIRECTORY_SEPARATOR . 'cache')