mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2088 from g4b0/cache-comments
Inline documentation updated
This commit is contained in:
commit
88595e38f9
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