Manual:l10n_cache table
Appearance
| MediaWiki version: | ≥ 1.16 |
The l10n_cache table
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 | | +----------+----------------+------+-----+---------+-------+
Fields
- lc_lang
- Language code
- lc_key
- (Describe me!)
- lc_value
- (Describe me!)