Merge pull request #2088 from g4b0/cache-comments

Inline documentation updated
This commit is contained in:
Ingo Schommer 2013-06-12 08:02:23 -07:00
commit 88595e38f9

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>