This commit is contained in:
g4b0 2013-06-12 16:47:07 +02:00
parent ab9e0286f0
commit 4b7cf5af18

2
cache/Cache.php vendored
View File

@ -86,7 +86,7 @@
*
* // No need for special backend for aggregate - TwoLevels with a File slow
* // backend supports tags
* SS_Cache::pick_backend('two-level', 'any', 10);
* SS_Cache::pick_backend('two-level', 'Two-Levels', 10);
* </code>
*
* <h2>Invalidate an element</h2>