MediaWiki master
IStoreKeyEncoder Interface Reference

Key-encoding methods for object caching (BagOStuff and WANObjectCache) More...

Inherited by BagOStuff, and WANObjectCache.

Public Member Functions

 makeGlobalKey ( $keygroup,... $components)
 
 makeKey ( $keygroup,... $components)
 

Detailed Description

Key-encoding methods for object caching (BagOStuff and WANObjectCache)

Since
1.34

Definition at line 9 of file IStoreKeyEncoder.php.

Member Function Documentation

◆ makeGlobalKey()

IStoreKeyEncoder::makeGlobalKey ( $keygroup,
$components )
See also
BagOStuff::makeGlobalKey
Parameters
string$keygroup
string|int...$components
Returns
string

Implemented in BagOStuff, and WANObjectCache.

Referenced by Wikimedia\Rdbms\LoadMonitor\makeStateKey().

◆ makeKey()

IStoreKeyEncoder::makeKey ( $keygroup,
$components )
See also
BagOStuff::makeKey
Parameters
string$keygroup
string|int...$components
Returns
string

Implemented in BagOStuff, and WANObjectCache.


The documentation for this interface was generated from the following file: