mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
This commit is contained in:
parent
ab9e0286f0
commit
4b7cf5af18
2
cache/Cache.php
vendored
2
cache/Cache.php
vendored
@ -86,7 +86,7 @@
|
|||||||
*
|
*
|
||||||
* // No need for special backend for aggregate - TwoLevels with a File slow
|
* // No need for special backend for aggregate - TwoLevels with a File slow
|
||||||
* // backend supports tags
|
* // backend supports tags
|
||||||
* SS_Cache::pick_backend('two-level', 'any', 10);
|
* SS_Cache::pick_backend('two-level', 'Two-Levels', 10);
|
||||||
* </code>
|
* </code>
|
||||||
*
|
*
|
||||||
* <h2>Invalidate an element</h2>
|
* <h2>Invalidate an element</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user