mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
0abb1b12b1
commit
4765e1b259
2
cache/Cache.php
vendored
2
cache/Cache.php
vendored
@ -48,7 +48,7 @@
|
|||||||
*
|
*
|
||||||
* (in _config.php)
|
* (in _config.php)
|
||||||
*
|
*
|
||||||
* SS_Cache::add_backend('two-level', 'TwoLevels' array(
|
* SS_Cache::add_backend('two-level', 'TwoLevels', array(
|
||||||
* 'slow_backend' => 'File',
|
* 'slow_backend' => 'File',
|
||||||
* 'fast_backend' => 'Apc',
|
* 'fast_backend' => 'Apc',
|
||||||
* 'slow_backend_options' => array('cache_dir' => TEMP_FOLDER . DIRECTORY_SEPARATOR . 'cache')
|
* 'slow_backend_options' => array('cache_dir' => TEMP_FOLDER . DIRECTORY_SEPARATOR . 'cache')
|
||||||
|
Loading…
Reference in New Issue
Block a user