linkcache.txt
来自「php 开发的内容管理系统」· 文本 代码 · 共 19 行
TXT
19 行
linkcache.txtThe LinkCache class maintains a list of article titles andthe information about whether or not the article exists inthe database. This is used to mark up links when displayinga page. If the same link appears more than once on any page,then it only has to be looked up once. In most cases, linklookups are done in batches with the LinkBatch class, or theequivalent in Parser::replaceLinkHolders(), so the linkcache is mostly useful for short snippets of parsed text(such as the site notice), and for links in the navigationareas of the skin. The link cache was formerly used to track links used in adocument for the purposes of updating the link tables. Thisapplication is now deprecated.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?