Manual:L10n cache table

From MediaWiki.org
Jump to: navigation, search
Manual:Contents MediaWiki database layout L10n cache table


MediaWiki version: 1.16

The l10n_cache table. Its content can be deleted and excluded from backups as it will be regenerated when needed.

DESCRIBE l10n_cache;

+----------+----------------+------+-----+---------+-------+
| Field    | Type           | Null | Key | Default | Extra |
+----------+----------------+------+-----+---------+-------+
| lc_lang  | varbinary(32)  | NO   | MUL | NULL    |       |
| lc_key   | varbinary(255) | NO   |     | NULL    |       |
| lc_value | mediumblob     | NO   |     | NULL    |       |
+----------+----------------+------+-----+---------+-------+

[edit] Fields

lc_lang 
Language code
lc_key 
(Describe me!)
lc_value 
(Describe me!)
Language: English
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox