MediaWiki
REL1_22
|
Null store backend, used to avoid DB errors during install. More...
Public Member Functions | |
finishWrite () | |
Finish a write transaction. | |
get ($code, $key) | |
Get a value. | |
set ($key, $value) | |
Set a key to a given value. | |
startWrite ($code) | |
Start a write transaction. |
Null store backend, used to avoid DB errors during install.
Definition at line 1258 of file LocalisationCache.php.
Finish a write transaction.
Implements LCStore.
Definition at line 1264 of file LocalisationCache.php.
LCStore_Null::get | ( | $ | code, |
$ | key | ||
) |
Get a value.
string | $code | Language code |
string | $key | Cache key |
Implements LCStore.
Definition at line 1259 of file LocalisationCache.php.
LCStore_Null::set | ( | $ | key, |
$ | value | ||
) |
Set a key to a given value.
startWrite() must be called before this is called, and finishWrite() must be called afterwards.
string | $key | |
mixed | $value |
Implements LCStore.
Definition at line 1265 of file LocalisationCache.php.
LCStore_Null::startWrite | ( | $ | code | ) |
Start a write transaction.
string | $code | Language code |
Implements LCStore.
Definition at line 1263 of file LocalisationCache.php.