diff --git a/cache/Cache.php b/cache/Cache.php index 2bd8829ba..71d70061a 100644 --- a/cache/Cache.php +++ b/cache/Cache.php @@ -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); * * *

Invalidate an element