fixed a few minor bugs and misc. notices
[lhc/web/wiklou.git] / docs / memcached.doc
index 85a74a0..eba62ca 100644 (file)
@@ -109,5 +109,10 @@ LinkCache:
        set in: LinkCache::addLink()
        cleared by: LinkCache::clearBadLink()
                should be cleared on page deletion and rename
-
+MediaWiki namespace:
+       key: $wgDBname:messages
+       ex: wikidb:messages
+       stores: an array where the keys are DB keys and the values are messages
+       set in: wfMsg(), Article::editUpdates() both call wfLoadAllMessages()
+       cleared by: nothing
 ... more to come ...