Index: trunk/phase3/docs/memcached.txt |
— | — | @@ -138,7 +138,7 @@ |
139 | 139 | key: $wgDBname:messages, $wgDBname:messages-hash, $wgDBname:messages-status |
140 | 140 | ex: wikidb:messages, wikidb:messages-hash, wikidb:messages-status |
141 | 141 | stores: an array where the keys are DB keys and the values are messages |
142 | | - set in: wfMsg(), Article::editUpdates() both call wfLoadAllMessages() |
| 142 | + set in: wfMsg(), Article::editUpdates() and Title::moveTo() |
143 | 143 | expriy: $wgMsgCacheExpiry |
144 | 144 | cleared by: nothing |
145 | 145 | |