MediaWiki
REL1_39
StatsStore.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Wikimedia\WRStats
;
4
10
interface
StatsStore
{
20
public
function
makeKey
( $prefix, $internals, $entity );
21
30
public
function
incr
( array $values, $ttl );
31
37
public
function
delete
( array
$keys
);
38
45
public
function
query
( array
$keys
);
46
}
Wikimedia\WRStats\StatsStore
The narrow interface WRStats needs into a memcached-like key-value store.
Definition
StatsStore.php:10
Wikimedia\WRStats\StatsStore\query
query(array $keys)
Perform a batch of fetch operations.
Wikimedia\WRStats\StatsStore\makeKey
makeKey( $prefix, $internals, $entity)
Construct a string key from its components.
Wikimedia\WRStats\StatsStore\incr
incr(array $values, $ttl)
Perform a batch of increment operations.
Wikimedia\WRStats
Definition
ArrayStatsStore.php:3
$keys
$keys
Definition
testCompression.php:72
includes
libs
WRStats
StatsStore.php
Generated on Thu Nov 21 2024 05:23:26 for MediaWiki by
1.10.0