Go to the source code of this file.
Classes | |
| class | LocalisationCache |
| Class for caching the contents of localisation files, Messages*.php and *.i18n.php. More... | |
| interface | LCStore |
| Interface for the persistence layer of LocalisationCache. More... | |
| class | LCStore_DB |
| LCStore implementation which uses the standard DB functions to store data. More... | |
| class | LCStore_CDB |
| LCStore implementation which stores data as a collection of CDB files in the directory given by $wgCacheDirectory. More... | |
| class | LCStore_Null |
| Null store backend, used to avoid DB errors during install. More... | |
| class | LocalisationCache_BulkLoad |
| A localisation cache optimised for loading large amounts of data for many languages. More... | |
Enumerations | |
| enum | MW_LC_VERSION |
| enum MW_LC_VERSION |
Definition at line 3 of file LocalisationCache.php.
1.5.9