Manual:$wgMessageCache/de-formal

This page is a translated version of the page Manual:$wgMessageCache and the translation is 14% complete.

Details

Message cache to manage interface messages. No longer used since r81027.

Extensions which rely on being able to add messages to this cache directly with $wgMessageCache->addMessage() are now broken. See the MessagesPreLoad hook for a possible alternative to this.

See also

  • AddMessages - An extension that replaces the functionality of $wgMessageCache->addMessage().