Manual:Transcache table

From MediaWiki.org
(Redirected from Transcache table)
Jump to: navigation, search
Manual:Contents MediaWiki database layout Transcache table


The transcache table is used to cache content that has been transcluded from other MediaWiki installations. See the Interwiki table docs and the $wgEnableScaryTranscluding configuration variable for details on the feature.

MediaWiki version: 1.8

"DESCRIBE transcache" in MediaWiki 1.8+ returns the following:

+-------------+--------------+------+-----+---------+-------+
| Field       | Type         | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+-------+
| tc_url      | varchar(255) | NO   | PRI | NULL    |       |
| tc_contents | text         | YES  |     | NULL    |       |
| tc_time     | int(11)      | NO   |     | NULL    |       |
+-------------+--------------+------+-----+---------+-------+


Language: English  • 日本語
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox