From: Alexandre Emsenhuber Date: Sun, 13 Apr 2008 14:31:15 +0000 (+0000) Subject: Remove $wgLinkCacheMemcached from doc X-Git-Tag: 1.31.0-rc.0~48382 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=254d05e7fe6eadbe537e7771f5fe77ddd35e7ad4;p=lhc%2Fweb%2Fwiklou.git Remove $wgLinkCacheMemcached from doc --- diff --git a/docs/linkcache.txt b/docs/linkcache.txt index 22b40d5825..266f200d48 100644 --- a/docs/linkcache.txt +++ b/docs/linkcache.txt @@ -8,10 +8,6 @@ batches with the LinkBatch class, or the equivalent in Parser::replaceLinkHolder so the link cache is mostly useful for short snippets of parsed text (such as the site notice), and for links in the navigation areas of the skin. -The content of the LinkCache can be stored in memcached if $wgLinkCacheMemcached -is set to true. This can reduce the load of the database server as link cache -will be persistent between requests. - The link cache was formerly used to track links used in a document for the purposes of updating the link tables. This application is now deprecated.