MediaWiki
master
LCStore.php
Go to the documentation of this file.
1
<?php
7
namespace
MediaWiki\Language
;
8
28
interface
LCStore
{
29
36
public
function
get
( $code, $key );
37
43
public
function
startWrite
( $code );
44
48
public
function
finishWrite
();
49
57
public
function
set
( $key, $value );
58
74
public
function
lateFallback
(): bool;
75
}
76
78
class_alias( LCStore::class,
'LCStore'
);
MediaWiki\Language\LCStore
Interface for the persistence layer of LocalisationCache.
Definition
LCStore.php:28
MediaWiki\Language\LCStore\finishWrite
finishWrite()
Finish a cache write transaction.
MediaWiki\Language\LCStore\startWrite
startWrite( $code)
Start a cache write transaction.
MediaWiki\Language\LCStore\lateFallback
lateFallback()
Can this cache type delay fallback lookups to read time?
MediaWiki\Language
Definition
ConverterRule.php:8
includes
Language
LCStore.php
Generated on Fri Mar 6 2026 04:25:45 for MediaWiki by
1.10.0