From 183851b06bd6c52f3cae5375f433da720d410447 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 18:12:39 +0000 Subject: MediaWiki 1.7.1 wiederhergestellt --- docs/linkcache.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/linkcache.txt (limited to 'docs/linkcache.txt') diff --git a/docs/linkcache.txt b/docs/linkcache.txt new file mode 100644 index 00000000..3e9799c3 --- /dev/null +++ b/docs/linkcache.txt @@ -0,0 +1,18 @@ +linkcache.txt + +The LinkCache class maintains a list of article titles and +the information about whether or not the article exists in +the database. This is used to mark up links when displaying +a page. If the same link appears more than once on any page, +then it only has to be looked up once. In most cases, link +lookups are done in batches with the LinkBatch class, or the +equivalent in Parser::replaceLinkHolders(), 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 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. + + -- cgit v1.2.3-54-g00ecf