MediaWiki
REL1_37
LCStore.php
Go to the documentation of this file.
1
<?php
38
interface
LCStore
{
39
45
public
function
get
( $code, $key );
46
51
public
function
startWrite
( $code );
52
56
public
function
finishWrite
();
57
64
public
function
set
( $key, $value );
65
66
}
LCStore
Interface for the persistence layer of LocalisationCache.
Definition
LCStore.php:38
LCStore\startWrite
startWrite( $code)
Start a write transaction.
LCStore\finishWrite
finishWrite()
Finish a write transaction.
includes
cache
localisation
LCStore.php
Generated on Fri Apr 5 2024 23:40:06 for MediaWiki by
1.9.8