MediaWiki
master
LCStore.php
Go to the documentation of this file.
1
<?php
40
interface
LCStore
{
41
48
public
function
get
( $code, $key );
49
55
public
function
startWrite
( $code );
56
60
public
function
finishWrite
();
61
69
public
function
set
( $key, $value );
70
71
}
LCStore
Interface for the persistence layer of LocalisationCache.
Definition
LCStore.php:40
LCStore\startWrite
startWrite( $code)
Start a cache write transaction.
LCStore\finishWrite
finishWrite()
Finish a cache write transaction.
includes
language
LCStore.php
Generated on Sat Nov 2 2024 17:30:12 for MediaWiki by
1.10.0