Inherits LCStore.
Public Member Functions | |
get ($code, $key) | |
Get a value. | |
startWrite ($code) | |
Start a write transaction. | |
finishWrite () | |
Finish a write transaction. | |
set ($key, $value) | |
Set a key to a given value. |
Definition at line 913 of file LocalisationCache.php.
LCStore_Null::finishWrite | ( | ) |
Finish a write transaction.
Implements LCStore.
Definition at line 919 of file LocalisationCache.php.
LCStore_Null::get | ( | $ | code, | |
$ | key | |||
) |
Get a value.
$code | Language code | |
$key | Cache key |
Implements LCStore.
Definition at line 914 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.
Implements LCStore.
Definition at line 920 of file LocalisationCache.php.
LCStore_Null::startWrite | ( | $ | code | ) |
Start a write transaction.
$code | Language code |
Implements LCStore.
Definition at line 918 of file LocalisationCache.php.